Skip to content

Commit

Permalink
Release 0.9.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Aug 4, 2023
1 parent 6927185 commit a9fd7c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.9.0-alpha1 (2023-08-04)

* **BREAKING CHANGE:** removed `pre-init-spec`
* **BREAKING CHANGE:** removed old `expand` function
* Added `assert-key` to replace `pre-init-spec`
* Added `expand-key` and new `expand` function (#102)

## 0.8.1 (2023-05-26)

* Added `ref-resolve` method to `RefLife` protocol (#68)
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.8.1"
(defproject integrant "0.9.0-alpha1"
:description "Micro-framework for data-driven architecture"
:url "https://github.com/weavejester/integrant"
:license {:name "The MIT License"
Expand Down

0 comments on commit a9fd7c0

Please sign in to comment.