Commit 13a44cf 1 parent 39fadcd commit 13a44cf Copy full SHA for 13a44cf
File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.10.0 (2024-05-16)
2
+
3
+ * Added ` converge ` function
4
+ * Added default ` init-key ` method
5
+
1
6
## 0.9.0 (2024-04-29)
2
7
3
8
* Updated default ` expand-key ` to have ` :override ` metadata
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ initialized into a system.
41
41
42
42
Add the following dependency to your deps.edn file:
43
43
44
- integrant/integrant {:mvn/version "0.9 .0"}
44
+ integrant/integrant {:mvn/version "0.10 .0"}
45
45
46
46
Or this to your Leiningen dependencies:
47
47
48
- [integrant "0.9 .0"]
48
+ [integrant "0.10 .0"]
49
49
50
50
## Presentations
51
51
Original file line number Diff line number Diff line change 1
- (defproject integrant " 0.9 .0"
1
+ (defproject integrant " 0.10 .0"
2
2
:description " Micro-framework for data-driven architecture"
3
3
:url " https://github.com/weavejester/integrant"
4
4
:license {:name " The MIT License"
You can’t perform that action at this time.
0 commit comments