From 5d4568188e50c26af6b49a30934ec7456c307195 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 8 Oct 2021 14:30:30 +0200 Subject: [PATCH] v0.6.2 --- CHANGELOG.md | 23 +++++++++++++++++++++++ resources/BABASHKA_VERSION | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e337cdd45..9f7eedfd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ For a list of breaking changes, check [here](#breaking-changes). +## 0.6.2 + +- Add `java.util.zip.ZipFile`, `java.util.stream.BaseStream` +- Fix data reader for clojure.data.xml and `*input*` [#1004](https://github.com/babashka/babashka/issues/1004) ([@bobisageek](https://github.com/bobisageek)) +- Upgrade `deps.clj` (matches clojure CLI `1.10.986`) +- Print locals only when debug option is enabled [#1015](https://github.com/babashka/babashka/issues/1015) + +### SCI: + +- Fix order of protocol handling wrt/ `extend-type`, `defrecord` and `:extend-via-metadata` + +### babashka.curl: + +- Support keywords as query and form param keys ([@lispyclouds](https://github.com/lispyclouds)) + +### babashka.nrepl: + +- Fix hanging CIDER [#45](https://github.com/babashka/babashka.nrepl/issues/45) + +### babashka.fs: + +- Add `fs/unzip` + ## 0.6.1 - Fix for `java-http-clj` `send-async` [#997](https://github.com/babashka/babashka/issues/997) diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 742505cef..b1d7abc0d 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.6.2-SNAPSHOT \ No newline at end of file +0.6.2 \ No newline at end of file