Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Oct 1, 2024
1 parent cb4a936 commit cc30aa4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.12.0 (2024-10-01)

* Added `profile` and `deprofile`
* Added `annotate` and `describe`
* Added `load-annotations`
* Added inner function argument to `expand`
* Updated minimum Clojure version to 1.11

## 0.11.0 (2024-09-01)

* **BREAKING CHANGE:** removed `^:override` metadata
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ initialized into a system.

Add the following dependency to your deps.edn file:

integrant/integrant {:mvn/version "0.11.0"}
integrant/integrant {:mvn/version "0.12.0"}

Or this to your Leiningen dependencies:

[integrant "0.11.0"]
[integrant "0.12.0"]

## Presentations

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject integrant "0.11.0"
(defproject integrant "0.12.0"
:description "Micro-framework for data-driven architecture"
:url "https://github.com/weavejester/integrant"
:license {:name "The MIT License"
Expand Down

0 comments on commit cc30aa4

Please sign in to comment.