From d7c80012b1d1d85548f0ba2cdf982d7394d5ac03 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 28 Feb 2025 11:02:39 +0100 Subject: [PATCH] v2024.02.28 --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 446f42cb..f8f7a636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,15 +7,14 @@ 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.197 (2024-02-28) - [#1785](https://github.com/babashka/babashka/issues/1785): Allow subclasses of `Throwable` to have instance methods invoked ([@bobisageek](https://github.com/bobisageek)) - [#1791](https://github.com/babashka/babashka/issues/1791): interop problem on Jsoup form element -- #1793: Bump `rewrite-clj` to `1.1.49` +- [#1793](https://github.com/babashka/babashka/issues/1793): Bump `rewrite-clj` to `1.1.49` (fixes parsing of `foo//` among other things) - Bump `deps.clj` - Bump `fs` - ## 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