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+
19## 0.11.0 (2024-09-01)
210
311* ** BREAKING CHANGE:** removed ` ^:override ` metadata
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ initialized into a system.
4141
4242Add the following dependency to your deps.edn file:
4343
44- integrant/integrant {:mvn/version "0.11 .0"}
44+ integrant/integrant {:mvn/version "0.12 .0"}
4545
4646Or this to your Leiningen dependencies:
4747
48- [integrant "0.11 .0"]
48+ [integrant "0.12 .0"]
4949
5050## Presentations
5151
Original file line number Diff line number Diff line change 1- (defproject integrant " 0.11 .0"
1+ (defproject integrant " 0.12 .0"
22 :description " Micro-framework for data-driven architecture"
33 :url " https://github.com/weavejester/integrant"
44 :license {:name " The MIT License"
You can’t perform that action at this time.
0 commit comments