From 69a1b4c6b570a9dc1ce07415ef230f0235220e98 Mon Sep 17 00:00:00 2001 From: Carsten Behring Date: Thu, 26 Sep 2024 17:02:24 +0200 Subject: [PATCH] v0.1.2 --- CHANGELOG.md | 3 ++- build.clj | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1e2bfb..ea176dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # 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/). -## [Unreleased] +## 0.1.2 +- unpack tribuo-all ## 0.1.1 - added suport for glance and augment for regression diff --git a/build.clj b/build.clj index 7d43539..5093ec4 100644 --- a/build.clj +++ b/build.clj @@ -4,7 +4,7 @@ [deps-deploy.deps-deploy :as dd])) (def lib 'org.scicloj/scicloj.ml.tribuo) -(def version "0.1.1") +(def version "0.1.2") #_ ; alternatively, use MAJOR.MINOR.COMMITS: (def version (format "1.0.%s" (b/git-count-revs nil))) (def class-dir "target/classes")