v1.3.177
This commit is contained in:
parent
26967df643
commit
3f99274978
2 changed files with 14 additions and 2 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -7,9 +7,21 @@ 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.3.177 (2023-04-18)
|
||||
|
||||
- [#1541](https://github.com/babashka/babashka/issues/1541): respect `bb.edn`
|
||||
adjacent to invoked file. This eases writing system-global scripts from
|
||||
projects without using bbin.
|
||||
- [#1523](https://github.com/babashka/babashka/pull/1523): Reduce the size of the Docker images ([@raszi](https://github.com/raszi))
|
||||
- Upgrade deps.clj to v1.11.1.1273
|
||||
- Upgrade transit-clj to 1.0.333
|
||||
- Add `java.security.cert.CertificateFactory`
|
||||
- Bump clj-yaml to 1.0.26
|
||||
- Bump edamame to 1.3.21
|
||||
- Add `UnsupportedOperationException`
|
||||
- Bump babashka CLI to 0.7.51
|
||||
- Bump babashka http-client to 0.2.9
|
||||
- Add `--install-exit-handlers` to native-image build to support shutdown hook + SIGTERM
|
||||
|
||||
## 1.3.176 (2023-03-18)
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.3.177-SNAPSHOT
|
||||
1.3.177
|
||||
Loading…
Reference in a new issue