Skip to content

Commit 01f2335

Browse files
committed
Release 1.0.0-RC1
1 parent b669aa3 commit 01f2335

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0-RC1 (2025-08-13)
2+
3+
* **BREAKING CHANGE:** Removed `prep` and `prep-key`
4+
15
## 0.13.1 (2024-10-28)
26

37
* Fixed bug when expanding configs with records (#112)

README.md

Lines changed: 2 additions & 2 deletions
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.13.1"}
44+
integrant/integrant {:mvn/version "1.0.0-RC1"}
4545

4646
Or this to your Leiningen dependencies:
4747

48-
[integrant "0.13.1"]
48+
[integrant "1.0.0-RC1"]
4949

5050
## Presentations
5151

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject integrant "0.13.1"
1+
(defproject integrant "1.0.0-RC1"
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)