Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 8, 2021
1 parent eebe662 commit 5d45681
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion resources/BABASHKA_VERSION
@@ -1 +1 @@
0.6.2-SNAPSHOT
0.6.2

0 comments on commit 5d45681

Please sign in to comment.