From 408e17d8d8bb249763c8ab1806821de0ca71ea6a Mon Sep 17 00:00:00 2001 From: daslu Date: Tue, 12 Mar 2024 23:38:27 +0200 Subject: [PATCH] version "1-alpha29" --- CHANGELOG.md | 2 +- build.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05c042d..5184c0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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-alpha29] - unreleased +## [1-alpha29] - 2024-03-12 - rendering Hanami plots as SVG by default ## [1-alpha28] - 2024-02-29 diff --git a/build.clj b/build.clj index ca08b3d..2618d3b 100644 --- a/build.clj +++ b/build.clj @@ -15,7 +15,7 @@ [deps-deploy.deps-deploy :as dd])) (def lib 'org.scicloj/noj) -(def version "1-alpha28") +(def version "1-alpha29") (def snapshot (str version "-SNAPSHOT")) (def class-dir "target/classes")