Commit 69e906e 1 parent e3fe2f0 commit 69e906e Copy full SHA for 69e906e
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.11.0 (2024-09-01)
2
+
3
+ * ** BREAKING CHANGE:** removed ` ^:override ` metadata
4
+ * Fixed expansions with identical indexes and values from conflicting
5
+
1
6
## 0.10.0 (2024-05-16)
2
7
3
8
* Added ` converge ` function
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.10 .0"}
44
+ integrant/integrant {:mvn/version "0.11 .0"}
45
45
46
46
Or this to your Leiningen dependencies:
47
47
48
- [integrant "0.10 .0"]
48
+ [integrant "0.11 .0"]
49
49
50
50
## Presentations
51
51
Original file line number Diff line number Diff line change 1
- (defproject integrant " 0.10 .0"
1
+ (defproject integrant " 0.11 .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