From b115a801810d135c8b2566d5c13e299ceac40e68 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 29 Oct 2021 11:44:04 +0200 Subject: [PATCH] v0.6.3 --- CHANGELOG.md | 12 ++++++++++++ resources/BABASHKA_VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f7eedfd..daa407d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ For a list of breaking changes, check [here](#breaking-changes). +## 0.6.3 + +- Add `java.security.Provider` and `java.security.Security`. This adds compatibility with [clj-commons/digest](https://github.com/clj-commons/digest). +- Fix mapping for `babashka.fs/unzip` [#1030](https://github.com/babashka/babashka/issues/1030) +- Pods: support metadata in pod vars, like docstrings ([@quoll](https://github.com/quoll)) +- babashka.curl: support `:follow-redirects false` ([@sudorock](https://github.com/sudorock)) +- Add support for `--init` as a file to be loaded before evaluation actions [#1033](https://github.com/babashka/babashka/issues/1033) ([@bobisageek](https://github.com/bobisageek)) +- Bump rewrite-clj to v1.0.699-alpha ([@yannvanhalewyn](https://github.com/yannvanhalewyn)) +- Fix `BABASHKA_FEATURE_POSTGRESQL` feature flag, initialize `java.sql.SQLException` build time [#1040](https://github.com/babashka/babashka/issues/1040) +- Deps.clj: upgrade to tools version `1.10.3.998` and include new + `DEPS_CLJ_TOOLS_VERSION` environment variable to use older or newer tools jar. + ## 0.6.2 - Add `java.util.zip.ZipFile`, `java.util.stream.BaseStream` diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index a479a708..a0a15177 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.6.3-SNAPSHOT \ No newline at end of file +0.6.3 \ No newline at end of file