Skip to content

Commit 341fb6b

Browse files
committed
1.7.2
1 parent 40e543d commit 341fb6b

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ target
99
.portal/
1010
.clj-kondo/.cache/
1111
**/__pycache__/
12+
.idea
13+
out
14+
classes

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WIP
1+
# 1.7.2 - Java 26, 2026
22

33
- Install print and hashp to all frames in dynamic var bindings #16
44
- Fixed clojure+.test/run on ns with 0 tests #17

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ An ongoing project to improve experience of using Clojure stdlib.
99
Add this to deps.edn:
1010

1111
```clojure
12-
io.github.tonsky/clojure-plus {:mvn/version "1.7.1"}
12+
io.github.tonsky/clojure-plus {:mvn/version "1.7.2"}
1313
```
1414

1515
## Overview

0 commit comments

Comments
 (0)