diff --git a/CHANGELOG.md b/CHANGELOG.md index 968acb938..0b1d0ca13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,18 @@ For a list of breaking changes, check [here](#breaking-changes). A preview of the next release can be installed from [babashka-dev-builds](https://github.com/babashka/babashka-dev-builds). -## Unreleased +## 0.7.8 (2022-03-13) - Add `clojure.data.priority-map` as built-in library - this makes babashka compatible with [aysylu/loom](https://github.com/aysylu/loom) -- Add part of `clojure.tools.reader.reader-types` to support `hugsql.core` +- Add part of `clojure.tools.reader.reader-types` to support [hugsql.core](https://www.hugsql.org) - [#1204](https://github.com/babashka/babashka/issues/1204) add property `babashka.config` to reflect `bb.edn` location ([@mknoszlig](https://github.com/mknoszlig)) -- SCI: implement `declare` as macro -- #938: drop location metadata from symbols, except top level -- #1199: support `print-method` impls on records +- Several fixes and enhancements to run Red Planet Lab's [specter](https://github.com/borkdude/specter/commit/8ba809a2cd35d3b6f8c5287e6bd3b4e06e42f6dc) library in babashka +- [#1199](https://github.com/babashka/babashka/issues/1199): support `print-method` impls on records - `babashka.fs`: add `windows?` predicate - SCI: add `*clojure-version*` and `(clojure-version)` +- Add `java.util.zip.Deflater` and `java.util.zip.DeflaterOutputStream` +- SCI: implement `declare` as macro +- [#938](https://github.com/babashka/babashka/issues/938): drop location metadata from symbols, except top level ## 0.7.7 (2022-03-04) diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index faaee0f62..f83dbb32a 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.7.8-SNAPSHOT \ No newline at end of file +0.7.8 \ No newline at end of file diff --git a/sci b/sci index e314367c8..4eb8e99e1 160000 --- a/sci +++ b/sci @@ -1 +1 @@ -Subproject commit e314367c8e3241170dc40dd7d86edf73fff31b34 +Subproject commit 4eb8e99e18942ba9c3b7ec3c4707d8237f970035