diff --git a/CHANGELOG.md b/CHANGELOG.md index df670e19..de85fa01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,26 @@ A preview of the next release can be installed from ## Unreleased +... + +## 1.0.164 (2022-10-17) + +- SCI: optimizations for `let` - Add single argument read method support to PipedInputStream proxy ([@retrogradeorbit](https://github.com/retrogradeorbit)) - feat: Honor `*print-namespace-maps*` in pprint ([@ghoseb](https://github.com/ghoseb)) - [#1369](https://github.com/babashka/babashka/issues/1369): provide `.sha256` files for every released asset - [#1397](https://github.com/babashka/babashka/issues/1397): Add `clojure.lang.Namespace` as alias for `sci.lang.Namespace`, such that `(instance? clojure.lang.Namespace *ns*)` returns `true` in bb - [#1384](https://github.com/babashka/babashka/issues/1384): allow `.indexOf` on `LazySeq` - [#1330](https://github.com/babashka/babashka/issues/1330): allow `(set! *warn-on-reflection*)` in programmatic nREPL +- Better error message when failing to load `bb.edn` ([@lispyclouds](https://github.com/lispyclouds)) +- Pods: print and flush to `*out*` and `*err*` instead of using `println` ([@justone](https://github.com/justone)) +- deps.clj: support for `CLJ_JVM_OPTS` and `JAVA_OPTS` ([@ikappaki](https://github.com/ikappaki)) +- Fix `*print-namespace-maps*` when using `clojure.pprint` ([@ghoseb](https://github.com/ghoseb)) +- Process: only slurp `*err*` when inputstream ([@ikappaki](https://github.com/ikappaki)) +- Process: add `alive?` API function ([@grzm](https://github.com/grzm)) +- Bump libraries: tools.cli, babashka.cli +- [#1391](https://github.com/babashka/babashka/issues/1391): include raw in `hiccup2.core` ns +- [#1391](https://github.com/babashka/babashka/issues/1391): support loading `hiccup.page` when adding hiccup to deps ## 0.10.163 (2022-09-24) diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 9fb7894f..b4f7675e 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.10.164-SNAPSHOT \ No newline at end of file +1.0.164 \ No newline at end of file diff --git a/sci b/sci index 5e6d234b..cb490f28 160000 --- a/sci +++ b/sci @@ -1 +1 @@ -Subproject commit 5e6d234b50dfebedd71734d09167e012ef55045e +Subproject commit cb490f280aa42b440749980bbb6b83f1e1ef7d75