Skip to content

Commit

Permalink
version "1-alpha28"
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Feb 29, 2024
1 parent 05f143d commit 9f03207
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-alpha28] - unreleased
## [1-alpha28] - 2024-02-29
- removed the tensor->image function, as it exists in dtype-next now (#14)

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

Expand Down

0 comments on commit 9f03207

Please sign in to comment.