Skip to content

Commit

Permalink
v0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Mar 18, 2024
1 parent db2ae3b commit 30332db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
unreleased

0.7.8
- fixed default colors of error bands

0.7.7
- fixed test/train color assignments
- adde more docu
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(def lib 'scicloj/metamorph.ml)
; alternatively, use MAJOR.MINOR.COMMITS:
;; (def version (format "6.2.%s" (b/git-count-revs nil)))
(def version "0.7.7")
(def version "0.7.8")
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
(def jar-file (format "target/%s-%s.jar" (name lib) version))
Expand Down

0 comments on commit 30332db

Please sign in to comment.