Skip to content

Commit

Permalink
version 1-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Aug 14, 2023
1 parent c813302 commit c89138a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# 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-alpha3-SNAPSHOT]
- shifting to shapshot-based workflow (WIP)
## [1-alpha3]
- shifting to shapshot-based workflow
- cli support
- redefined the way special representations work (the representation functionn is applied to the source result, rather than to the output)

## [1-alpha2]
- exception handling
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/note-to-test)
(def version "1-alpha3-SNAPSHOT")
(def version "1-alpha3")
#_ ; alternatively, use MAJOR.MINOR.COMMITS:
(def version (format "1.0.%s" (b/git-count-revs nil)))

Expand Down

0 comments on commit c89138a

Please sign in to comment.