We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e543d commit 341fb6bCopy full SHA for 341fb6b
3 files changed
.gitignore
@@ -9,3 +9,6 @@ target
9
.portal/
10
.clj-kondo/.cache/
11
**/__pycache__/
12
+.idea
13
+out
14
+classes
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# WIP
+# 1.7.2 - Java 26, 2026
2
3
- Install print and hashp to all frames in dynamic var bindings #16
4
- Fixed clojure+.test/run on ns with 0 tests #17
README.md
@@ -9,7 +9,7 @@ An ongoing project to improve experience of using Clojure stdlib.
Add this to deps.edn:
```clojure
-io.github.tonsky/clojure-plus {:mvn/version "1.7.1"}
+io.github.tonsky/clojure-plus {:mvn/version "1.7.2"}
```
15
## Overview
0 commit comments