From 79678c57ea7150eac2b00643bc7e7ca0ba92e003 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 29 Nov 2021 12:03:43 +0100 Subject: [PATCH] v0.6.6 --- CHANGELOG.md | 4 +++- resources/BABASHKA_VERSION | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfad4d1f..6349ea43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,17 @@ For a list of breaking changes, check [here](#breaking-changes). -## Unreleased +## 0.6.6 (2021-11-29) - Resolve program in `babashka.process` on Windows using known extensions. This means you can now invoke `(shell "yarn")` and it will work on both Unix-like systems and Windows. +- Add `babashka.core` namespace with `windows?` predicate. - Add `fs/with-temp-dir` to `babashka.fs` ([@hugoduncan](https://github.com/hugoduncan)) - Add `fs/home` and `fs/expand-home` to `babashka.fs` ([@Kineolyan](https://github.com/Kineolyan)) - `clojure.core/read` improvements: support `:eof` + `:read-cond` - Add support `*read-eval*`, `*default-reader-fn*` and `*reader-resolver*` dynamic vars to be used with `clojure.core/read`. +- Add `SQLITE` feature flag ([@nikvdp](https://github.com/nikvdp)) - Add `javax.crypto.Mac` and `javax.crypto.spec.SecretKeySpec` classes to support development of [yaaws-api](https://github.com/grzm/yaaws-api) ([@grzm](https://github.com/grzm)) - Add `java.net.Inet4Address` and `java.net.Inet6Address` classes - Fix `--version` option, don't read cp file. [#1071](https://github.com/babashka/babashka/issues/1071) ([@bobisageek](https://github.com/bobisageek)) diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 70e950d2..bf21f525 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.6.6-SNAPSHOT \ No newline at end of file +0.6.6 \ No newline at end of file