Skip to content

Commit

Permalink
version "2-alpha87"
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Mar 19, 2024
1 parent f0fa9b9 commit 9bbf924
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [2-alpha87] - 2024-03-19
- `kind/highcharts` support - PR by @adham-omran

## [2-alpha86] - 2024-03-19
- bugfix: copying the `:htmlwidgets-plotly` deps correctly (avoiding copying the `.git` subdirectory which breaks the doc served on github pages)

Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[deps-deploy.deps-deploy :as dd]))

(def lib 'org.scicloj/clay)
(def version "2-alpha86")
(def version "2-alpha87")

(def snapshot (str version "-SNAPSHOT"))
(def class-dir "target/classes")
Expand Down

0 comments on commit 9bbf924

Please sign in to comment.