Skip to content

Commit 28b59c9

Browse files
committed
version 1-alpha9
1 parent 44b9dcd commit 28b59c9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
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+
## [1-alpha9] - 2025-01-11
5+
- adapted to latest clerk (PR #2) - by @behrica
6+
47
## [1-alpha8] - 2024-04-05
58
- updated deps
69
- added `:kind/plotly` support

build.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[deps-deploy.deps-deploy :as dd]))
1616

1717
(def lib 'org.scicloj/kind-clerk)
18-
(def version "1-alpha8")
18+
(def version "1-alpha9")
1919
(def snapshot (str version "-SNAPSHOT"))
2020
(def class-dir "target/classes")
2121

0 commit comments

Comments
 (0)