changelogs

This commit is contained in:
Michiel Borkent 2023-03-18 14:11:19 +01:00
parent 2c6485b876
commit 1bc4782d42
3 changed files with 13 additions and 6 deletions

View file

@ -7,12 +7,19 @@ A preview of the next release can be installed from
[Babashka](https://github.com/babashka/babashka): Native, fast starting Clojure interpreter for scripting
## Unreleased
##
- [#1507](https://github.com/babashka/babashka/issues/1507): Expose methods on java.lang.VirtualThread ([@lispyclouds](https://github.com/lispyclouds))
- [#1510](https://github.com/babashka/babashka/issues/1510): add virtual thread interop on `Thread`
- [#1511](https://github.com/babashka/babashka/issues/1511): support domain sockets
- [#1511](https://github.com/babashka/babashka/issues/1511): support for domain sockets
- [#1521](https://github.com/babashka/babashka/issues/1521): push images to GHCR ([@lispyclouds](https://github.com/lispyclouds))
- Bump edamame to 1.3.20
- Bump deps.clj to 1.11.1.1257
- Bump org.flatland/ordered to 1.15.10
- Support `clojure.lang.MapEntry/create`
- clojure.core.async `go` macro now uses virtual threads
- Bump babashka.cli to 0.6.50
- Bump http-client to 0.1.7
## 1.2.174 (2023-03-01)

View file

@ -50,8 +50,8 @@
org.clojure/data.priority-map {:mvn/version "1.1.0"}
insn/insn {:mvn/version "0.5.2"}
org.clojure/core.rrb-vector {:mvn/version "0.1.2"}
org.babashka/cli {:mvn/version "0.6.49"}
org.babashka/http-client {:mvn/version "0.1.6"}
org.babashka/cli {:mvn/version "0.6.50"}
org.babashka/http-client {:mvn/version "0.1.7"}
org.flatland/ordered {:mvn/version "1.15.10"}}
:aliases {:babashka/dev
{:main-opts ["-m" "babashka.main"]}

View file

@ -35,8 +35,8 @@
[com.github.clj-easy/graal-build-time "0.1.0"]
[rewrite-clj/rewrite-clj "1.1.46"]
[insn/insn "0.5.2"]
[org.babashka/cli "0.6.49"]
[org.babashka/http-client "0.1.6"]]
[org.babashka/cli "0.6.50"]
[org.babashka/http-client "0.1.7"]]
:plugins [[org.kipz/lein-meta-bom "0.1.1"]]
:metabom {:jar-name "metabom.jar"}
:profiles {:feature/xml {:source-paths ["feature-xml"]