From cd362fbf014f9df7fab8b38cf0c3e191e5f45ad4 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 12 Nov 2024 09:52:35 +0100 Subject: [PATCH] v1.12.195 --- CHANGELOG.md | 3 ++- resources/BABASHKA_VERSION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfbc0210..ce002449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ 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.195 (2024-11-12) - Include [jsoup](https://jsoup.org/) for HTML parsing. This makes bb compatible with the [hickory](https://github.com/clj-commons/hickory) library (and possibly other libraries?). - [#1752](https://github.com/babashka/babashka/issues/1752): include `java.lang.SecurityException` for `java.net.http.HttpClient` support ([@grzm](https://github.com/grzm)) @@ -15,6 +15,7 @@ A preview of the next release can be installed from - Upgrade `taoensso/timbre`to `v6.6.0` - Upgrade `babashka.http-client` to `v0.4.22` - Add `:git/sha` from build to `bb describe` output ([@lispyclouds](https://github.com/lispyclouds)) +- Fix NPE with determining if executing from self-contained executable ## 1.12.194 (2024-10-12) diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 9ff66859..1268d7b7 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -1.12.195-SNAPSHOT \ No newline at end of file +1.12.195 \ No newline at end of file