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+ ## 1.0.0 (2025-09-10)
2+
3+ * Functionally the same as 1.0.0-RC2
4+
15## 1.0.0-RC2 (2025-08-13)
26
37* Updated ` weavejester/dependency ` to 1.0.0
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 "1.0.0-RC2 "}
44+ integrant/integrant {:mvn/version "1.0.0"}
4545
4646Or this to your Leiningen dependencies:
4747
48- [integrant "1.0.0-RC2 "]
48+ [integrant "1.0.0"]
4949
5050## Usage
5151
Original file line number Diff line number Diff line change 1- (defproject integrant " 1.0.0-RC2 "
1+ (defproject integrant " 1.0.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