From 58f605a834835f6d01bcb83709eed64dbf5f830c Mon Sep 17 00:00:00 2001 From: James Reeves Date: Sun, 13 Oct 2024 06:55:51 +0100 Subject: [PATCH] Release 0.13.0 --- 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 a46234a..ce47409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.13.0 (2024-10-13) + +* Added `var` and `bind` + ## 0.12.1 (2024-10-12) * Fixed bug with `expand` merging profiles diff --git a/README.md b/README.md index 34ccc6a..f4fcdfe 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.1"} + integrant/integrant {:mvn/version "0.13.0"} Or this to your Leiningen dependencies: - [integrant "0.12.1"] + [integrant "0.13.0"] ## Presentations diff --git a/project.clj b/project.clj index 71416e6..2cf052e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject integrant "0.12.1" +(defproject integrant "0.13.0" :description "Micro-framework for data-driven architecture" :url "https://github.com/weavejester/integrant" :license {:name "The MIT License"