From bef5ccf229d4198bf766723d7408badfb30f613d Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 13 Jun 2023 11:34:48 +0200 Subject: [PATCH] v1.3.181 --- CHANGELOG.md | 5 +++-- resources/BABASHKA_VERSION | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 123643cd..bc121d40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,10 @@ 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.181 (2023-06-13) -- #1575: fix command line parsing problem with `-e` + `*command-line-args*` +- [#1575](https://github.com/babashka/babashka/issues/1575): fix command line parsing problem with `-e` + `*command-line-args*` +- [#1576](https://github.com/babashka/babashka/issues/1576): make downloading/unzipping of deps.clj tools .zip file more robust ## 1.3.180 (2023-05-28) diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 62d933b2..41609659 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -1.3.181-SNAPSHOT \ No newline at end of file +1.3.181 \ No newline at end of file