diff --git a/CHANGELOG.md b/CHANGELOG.md index 197f527a..7ab22059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,19 @@ For a list of breaking changes, check [here](#breaking-changes). -## Unreleased - - +## 0.6.5 (2021-11-13) +- Compatibility with a [fork of + tools.namespace](https://github.com/babashka/tools.namespace). This allows + running the Cognitect + [test-runner](https://github.com/cognitect-labs/test-runner) (Cognitest) from source. +- Add various `tools.build` related classes for running parts of tools.build + with bb ([@hugoduncan](https://github.com/hugoduncan)). Keep an eye on [this + repo](https://github.com/babashka/tools.bbuild). - Deps.clj: upgrade tools jar, support checking manifest staleness (see [TDEPS-83](https://clojure.atlassian.net/browse/TDEPS-83)) - Add `clojure.lang.IPersistentList` ([@FieryCod](https://github.com/FieryCod)) - The [contajners](https://github.com/lispyclouds/contajners) library is now compatible with babashka -- Support `Object` `toString` override on defrecords [#999](https://github.com/babashka/babashka/issues/999) +- Support `Object` `toString` override on defrecords [#999](https://github.com/babashka/babashka/issues/999). - Bump to GraalVM 21.3.0 JVM 11 - Bump `core.async` to `1.4.627` - Bump edamame to `v0.0.14`, fixes parsing of `foo@bar` @@ -22,7 +23,6 @@ For a list of breaking changes, check [here](#breaking-changes). - Fix for `babashka.fs/unzip` when entry in dir comes before dir in entries - Calling `.close` on `DirectoryStream` fails [#1061](https://github.com/babashka/babashka/issues/1061) - Add support for `java.nio.file.attribute.BasicFileAttributes` -- Add various `tools.build` related classes for running parts of tools.build with bb ([@hugoduncan](https://github.com/hugoduncan)) ## 0.6.4 diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 5e595268..e0ea44c1 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.6.5-SNAPSHOT \ No newline at end of file +0.6.5 \ No newline at end of file