Skip to content

Commit ee315f5

Browse files
committed
version "2-beta22"
1 parent 2a6cad1 commit ee315f5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

4+
## [2-beta22 - 2026-03-11]
5+
- updated Clay version, fixing rendering problem in IDEs (flares)
6+
47
## [2-beta21 - 2026-02-17]
58
- split the uberjar into separate uberjars: for `clojupyter` and for `clay`
69
- use scikit-learn = "1.8.0" in integration tests

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
(def lib 'org.scicloj/noj)
20-
(def version "2-beta21")
20+
(def version "2-beta22")
2121
(def snapshot (str version "-SNAPSHOT"))
2222
(def class-dir "target/classes")
2323

0 commit comments

Comments
 (0)