From 19804e4bc7ce2f7c1258b588004ee64970393b05 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 19 Jun 2024 14:13:31 +0200 Subject: [PATCH] v1.3.191 --- CHANGELOG.md | 2 +- resources/BABASHKA_VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e241b25d..da3c7f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ A preview of the next release can be installed from [Babashka](https://github.com/babashka/babashka): Native, fast starting Clojure interpreter for scripting -## Unreleased +## 1.3.191 (2024-06-19) - Fix [#1688](https://github.com/babashka/babashka/issues/1688): `use-fixtures` should add metadata to `*ns*` - Fix [#1692](https://github.com/babashka/babashka/issues/1692): Add support for `ITransientSet` and `org.flatland/ordered-set` diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 3a1ea432..579fbcc4 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -1.3.191-SNAPSHOT \ No newline at end of file +1.3.191 \ No newline at end of file