Skip to content

Commit

Permalink
version 1-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Sep 1, 2023
1 parent 2a02d12 commit f6283a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +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/).

## [1-alpha2-SNAPSHOT]
## [1-alpha2]
- fixed the predicate for datasets (typo)
- updated deps

## [1-alpha1]
- initial draft extracted out of the kindly v4 draft
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/kindly-advice)
(def version "1-alpha2-SNAPSHOT")
(def version "1-alpha2")
#_ ; alternatively, use MAJOR.MINOR.COMMITS:
(def version (format "1.0.%s" (b/git-count-revs nil)))

Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:deps {org.clojure/clojure {:mvn/version "1.10.3"}
org.scicloj/kindly {:mvn/version "4-alpha1"}}
:aliases {:dev {:extra-deps {org.scicloj/clay {:mvn/version "2-alpha31"}
org.scicloj/kindly {:mvn/version "4-alpha2"}}
:aliases {:dev {:extra-deps {org.scicloj/clay {:mvn/version "2-alpha2"}
scicloj/tablecloth {:mvn/version "7.000-beta-51"}}
:extra-paths ["notebooks"]}
:build {:deps {io.github.seancorfield/build-clj
Expand Down

0 comments on commit f6283a5

Please sign in to comment.