Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Jan 19, 2017
1 parent 49eba62 commit 2506dd5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.2.0 (2017-01-19)

* **BREAKING CHANGE:** Removed default behavior for `init-key` (#6)
* Fixed functions that restrict by key to include referenced dependencies
* Added support for using derived keys
* Added `find-derived` function

## 0.1.5 (2016-12-23)

* Ensured `resume` halts missing keys
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ initialized into a system.

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

[integrant "0.1.5"]
[integrant "0.2.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 integrant "0.1.5"
(defproject integrant "0.2.0"
:description "Micro-framework for data-driven architecture"
:url "https://github.com/weavejester/integrant"
:license {:name "The MIT License"
Expand Down

0 comments on commit 2506dd5

Please sign in to comment.