Skip to content

Commit

Permalink
Release 0.7.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Apr 9, 2018
1 parent 689f7d7 commit e9d5428
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.7.0-alpha2 (2018-04-09)

* Stopped refsets from automatically including dependent keys
* Fixed halting of dependency keys in `resume`

## 0.7.0-alpha1 (2018-01-24)

* Added `refset` function and tags
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ To use the latest stable release, add the following to your project

Or to use the latest alpha release:

[integrant "0.7.0-alpha1"]
[integrant "0.7.0-alpha2"]

## Presentations

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

0 comments on commit e9d5428

Please sign in to comment.