Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Dec 9, 2017
1 parent 60c2193 commit 40b04ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## 0.6.2 (2017-12-09)

* Fixed dispatch of `pre-init-spec` not working with composite keys
* Updated Clojure dependency to 1.9.0 final release

## 0.6.1 (2017-08-19)

* Added keys argument to `load-namespaces`
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.6.1"]
[integrant "0.6.2"]

## Presentations

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject integrant "0.6.1"
(defproject integrant "0.6.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 40b04ca

Please sign in to comment.