File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.12.0 (2024-10-01)
2
+
3
+ * Added ` profile ` and ` deprofile `
4
+ * Added ` annotate ` and ` describe `
5
+ * Added ` load-annotations `
6
+ * Added inner function argument to ` expand `
7
+ * Updated minimum Clojure version to 1.11
8
+
1
9
## 0.11.0 (2024-09-01)
2
10
3
11
* ** BREAKING CHANGE:** removed ` ^: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.11 .0"}
44
+ integrant/integrant {:mvn/version "0.12 .0"}
45
45
46
46
Or this to your Leiningen dependencies:
47
47
48
- [integrant "0.11 .0"]
48
+ [integrant "0.12 .0"]
49
49
50
50
## Presentations
51
51
Original file line number Diff line number Diff line change 1
- (defproject integrant " 0.11 .0"
1
+ (defproject integrant " 0.12 .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