Skip to content

Commit 69e906e

Browse files
committed
Release 0.11.0
1 parent e3fe2f0 commit 69e906e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
## 0.10.0 (2024-05-16)
27

38
* Added `converge` function

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ initialized into a system.
4141

4242
Add the following dependency to your deps.edn file:
4343

44-
integrant/integrant {:mvn/version "0.10.0"}
44+
integrant/integrant {:mvn/version "0.11.0"}
4545

4646
Or this to your Leiningen dependencies:
4747

48-
[integrant "0.10.0"]
48+
[integrant "0.11.0"]
4949

5050
## Presentations
5151

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject integrant "0.10.0"
1+
(defproject integrant "0.11.0"
22
:description "Micro-framework for data-driven architecture"
33
:url "https://github.com/weavejester/integrant"
44
:license {:name "The MIT License"

0 commit comments

Comments
 (0)