Skip to content

Commit

Permalink
version 1-alpha18
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Dec 6, 2023
1 parent a6d5838 commit e51e32c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# 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-alpha18]
## [1-alpha18] - 2023-12-06
- removed the obsolete user namespace
- updated deps
- support for grouped dataets in `hanami-plot`

## [1-alpha17]
## [1-alpha17] - 2023-11-01
- updated deps, removed clerk dev dep
- adapted to kindly updates, cleaned up obsolete functions

## [1-alpha16]
## [1-alpha16] - 2023-10-06
- bringing the `scicloj.ml` dependency back, with the new `0.3` version which is compatible with TMD 7.x (#2)

## [1-alpha15] - 2023-09-21
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[org.corfield.build :as bb]))

(def lib 'org.scicloj/noj)
(def version "1-alpha17")
(def version "1-alpha18")
#_ ; alternatively, use MAJOR.MINOR.COMMITS:
(def version (format "1.0.%s" (b/git-count-revs nil)))

Expand Down

0 comments on commit e51e32c

Please sign in to comment.