Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Nov 1, 2024
1 parent 3741cd5 commit daee44a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.8.0 (2024-11-01)

* BREAKING CHANGE: converted library to use Integrant expansions
* Changed artifact group name
* Removed dependency on Duct core

## 0.7.4 (2024-10-25)

* Updated dependencies
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Duct.

This current version is experimental and will only work with the new
[duct.main][] tool. The artifact group name has been changed to prevent
accidental upgrades.
accidental upgrades. The version prior to this change was: `0.7.4`.

[duct]: https://github.com/duct-framework/duct
[duct.main]: https://github.com/duct-framework/duct.main
Expand All @@ -15,11 +15,11 @@ accidental upgrades.

Add the following dependency to your deps.edn file:

org.duct-framework/module.web {:mvn/version "0.7.4"}
org.duct-framework/module.web {:mvn/version "0.8.0"}

Or to your Leiningen project file:

[org.duct-framework/module.web "0.7.4"]
[org.duct-framework/module.web "0.8.0"]

## Usage

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.duct-framework/module.web "0.7.4"
(defproject org.duct-framework/module.web "0.8.0"
:description "Duct module for running web applications"
:url "https://github.com/duct-framework/module.web"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit daee44a

Please sign in to comment.