File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.13.1 (2024-10-28)
2
+
3
+ * Fixed bug when expanding configs with records (#112 )
4
+
1
5
## 0.13.0 (2024-10-13)
2
6
3
7
* Added ` var ` and ` bind `
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.13.0 "}
44
+ integrant/integrant {:mvn/version "0.13.1 "}
45
45
46
46
Or this to your Leiningen dependencies:
47
47
48
- [integrant "0.13.0 "]
48
+ [integrant "0.13.1 "]
49
49
50
50
## Presentations
51
51
Original file line number Diff line number Diff line change 1
- (defproject integrant " 0.13.0 "
1
+ (defproject integrant " 0.13.1 "
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