Skip to content

Commit

Permalink
version 2-alpha29
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Aug 6, 2023
1 parent 0eb1e41 commit 5747492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 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-alpha29-SNAPSHOT]
## [2-alpha29] - 2023-08-07
- avoiding the use of local path as title (#21)
- refactoring the handling of kinds:
- adapting to kindly-default version 1-alpha10, where plain data structures have explicit kinds
- handling hierarchy in a more clean and systematic way
- bug fix: avoiding looking for KaTeX fonts locally (which would take more care to work correctly)

## [2-alpha28]
## [2-alpha28] 2023-06-19
- minor aesthetic changes

## [2-alpha27] - 2023-06-07
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/clay)
(def version "2-alpha28")
(def version "2-alpha29")
#_ ; alternatively, use MAJOR.MINOR.COMMITS:
(def version (format "1.0.%s" (b/git-count-revs nil)))

Expand Down

0 comments on commit 5747492

Please sign in to comment.