Skip to content

Commit c03a72d

Browse files
committed
v0.3
1 parent 76854bd commit c03a72d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

4-
## unreleased
4+
## 0.3
55
- upgraded tribuo to 4.3.2
6-
- upgraded metamorph.ml to 1.2
6+
- upgraded metamorph.ml to 1.3.0
77
- upgraded TMD and cheshire to latest
88

99
## 0.2

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[deps-deploy.deps-deploy :as dd]))
55

66
(def lib 'org.scicloj/scicloj.ml.tribuo)
7-
(def version "0.2")
7+
(def version "0.3")
88
(def basis (b/create-basis {:project "deps.edn"}))
99
#_ ; alternatively, use MAJOR.MINOR.COMMITS:
1010
(def version (format "1.0.%s" (b/git-count-revs nil)))

0 commit comments

Comments
 (0)