Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed May 8, 2017
1 parent 7aa9fc7 commit 517a5b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 0.3.0 (2017-05-08)

* **BREAKING CHANGE** Removed `#duct/import` tag
* Added `:duct.core/include` key
* Updated Clojure version to 1.9.0-alpha16

## 0.2.3 (2017-05-06)

* Added `:duct.core/handler` key
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ compilation and environment variables.

To install, add the following to your project `:dependencies`:

[duct/core "0.2.3"]
[duct/core "0.3.0"]

## Usage

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject duct/core "0.2.3"
(defproject duct/core "0.3.0"
:description "The core library for the Duct framework"
:url "https://github.com/duct-framework/core"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 517a5b1

Please sign in to comment.