From e186726fd9a2b165d98bf76215d047b3a1a478f5 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 24 Dec 2024 10:23:11 +0100 Subject: [PATCH] v1.12.196 --- CHANGELOG.md | 18 ++++++++++++++---- resources/BABASHKA_VERSION | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca3f0099..989720c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,11 @@ A preview of the next release can be installed from [Babashka](https://github.com/babashka/babashka): Native, fast starting Clojure interpreter for scripting -## Unreleased +## 1.12.196 (2024-12-24) - [#1771](https://github.com/babashka/babashka/issues/1771): `*e*` in REPL should contain exception thrown by user, not a wrapped one -- [#1777](https://github.com/babashka/babashka/issues/1777) Add java.nio.file.attribute.UserDefinedFileAttributeView -- [#1776](https://github.com/babashka/babashka/issues/1776) Add java.nio.file.attribute.PosixFileAttributes +- [#1777](https://github.com/babashka/babashka/issues/1777) Add `java.nio.file.attribute.UserDefinedFileAttributeView` +- [#1776](https://github.com/babashka/babashka/issues/1776) `Add java.nio.file.attribute.PosixFileAttributes` - [#1761](https://github.com/babashka/babashka/issues/1761) Support calling `clojure.lang.RT/iter` - [#1760](https://github.com/babashka/babashka/issues/1760) For compatibility with [Fireworks v0.10.3](https://github.com/paintparty/fireworks), added the following to `:instance-checks` entry in `babashka.impl.classes/classes`([@paintparty](https://github.com/paintparty)) - `clojure.lang.PersistentArrayMap$TransientArrayMap` @@ -25,7 +25,17 @@ A preview of the next release can be installed from - Bump `babashka.cli` to `0.8.61` - Bump `clj-yaml` to `1.0.29` - [#1768](https://github.com/babashka/babashka/issues/1768): Add `taoensso.timbre` `color-str` function -- Add `javax.crypto.KeyAgreement`, `java.security.KeyPairGenerator`, `java.security.KeyPair`, `java.security.spec.ECGenParameterSpec`, `java.security.spec.PKCS8EncodedKeySpec`, `java.security.spec.X509EncodedKeySpec`, `java.security.Signature` +- Add classes: + - `javax.crypto.KeyAgreement` + - `java.security.KeyPairGenerator` + - `java.security.KeyPair` + - `java.security.spec.ECGenParameterSpec` + - `java.security.spec.PKCS8EncodedKeySpec` + - `java.security.spec.X509EncodedKeySpec` + - `java.security.Signature` +- Add `java.util.concurrent.CompletionStage` +- Bump `core.async` to `1.7.701` +- Bump `org.babashka/cli` to `0.8.162` ## 1.12.195 (2024-11-12) diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 6cdfaff8..69353e92 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -1.12.196-SNAPSHOT \ No newline at end of file +1.12.196 \ No newline at end of file