Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Mar 28, 2017
1 parent 66844d7 commit d313487
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.3.2 (2017-03-28)

* Fixed ordering problem in `build` introduced in 0.3.1 (#16)

## 0.3.1 (2017-03-28)

* Fixed `load-namespaces` for composite keys (#14)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ initialized into a system.

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

[integrant "0.3.1"]
[integrant "0.3.2"]

## Usage

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject integrant "0.3.1"
(defproject integrant "0.3.2"
:description "Micro-framework for data-driven architecture"
:url "https://github.com/weavejester/integrant"
:license {:name "The MIT License"
Expand Down

0 comments on commit d313487

Please sign in to comment.