Skip to content

Commit

Permalink
version "1-alpha29"
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Mar 12, 2024
1 parent c52d6ec commit 408e17d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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/).

## [1-alpha29] - unreleased
## [1-alpha29] - 2024-03-12
- rendering Hanami plots as SVG by default

## [1-alpha28] - 2024-02-29
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/noj)
(def version "1-alpha28")
(def version "1-alpha29")
(def snapshot (str version "-SNAPSHOT"))
(def class-dir "target/classes")

Expand Down

0 comments on commit 408e17d

Please sign in to comment.