Skip to content

Commit

Permalink
3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkleaf committed Feb 7, 2025
1 parent 770322b commit c0ee51b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.4.0

+ Add the description for envs (#42)
+ Fix description for undefined keys (#43)

# 3.3.0

+ Add FactoryDescription protocol (#33)
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[clojure.string :as str]))

(def lib 'org.clojars.darkleaf/di)
(def version "3.3.0")
(def version "3.4.0")
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
(def jar-file (format "target/%s.jar" (name lib)))
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
<version>1.11.1</version>
</dependency>
</dependencies>
<version>3.3.0</version>
<version>3.4.0</version>
</project>

0 comments on commit c0ee51b

Please sign in to comment.