From f49a7d0067d92918670fa047959a475d905b3d6d Mon Sep 17 00:00:00 2001 From: James Reeves Date: Sat, 12 Oct 2024 18:38:05 +0100 Subject: [PATCH] Release 0.12.1 --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- project.clj | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df3e136..a46234a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.12.1 (2024-10-12) + +* Fixed bug with `expand` merging profiles + ## 0.12.0 (2024-10-01) * Added `profile` and `deprofile` diff --git a/README.md b/README.md index 5601882..b04a60a 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ initialized into a system. Add the following dependency to your deps.edn file: - integrant/integrant {:mvn/version "0.12.0"} + integrant/integrant {:mvn/version "0.12.1"} Or this to your Leiningen dependencies: - [integrant "0.12.0"] + [integrant "0.12.1"] ## Presentations diff --git a/project.clj b/project.clj index 81cc44a..71416e6 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject integrant "0.12.0" +(defproject integrant "0.12.1" :description "Micro-framework for data-driven architecture" :url "https://github.com/weavejester/integrant" :license {:name "The MIT License"