We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6195bf commit bd2af8eCopy full SHA for bd2af8e
2 files changed
CHANGELOG.md
@@ -1,6 +1,8 @@
1
Changelog
2
===========
3
4
+* 0.12.105 on Aug 26, 2025
5
+ * Update to Clojure 1.12.2 and latest tools.deps
6
* 0.11.100 on Aug 14, 2025
7
* TDEPS-264 - Add `basis` program
8
* Update mvn-install docstring example
README.md
@@ -10,14 +10,14 @@ Also see:
10
11
# Release Information
12
13
-Latest release: 0.11.100
+Latest release: 0.12.105
14
15
* [All released versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.deps.cli%22)
16
17
[deps.edn](https://clojure.org/guides/deps_and_cli) dependency information:
18
19
```
20
-org.clojure/tools.deps.cli {:mvn/version "0.11.100"}
+org.clojure/tools.deps.cli {:mvn/version "0.12.105"}
21
22
23
# Developer Information
0 commit comments