v0.6.5
This commit is contained in:
parent
547c338de9
commit
dbac5791ab
2 changed files with 10 additions and 10 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -2,18 +2,19 @@
|
|||
|
||||
For a list of breaking changes, check [here](#breaking-changes).
|
||||
|
||||
## Unreleased
|
||||
|
||||
<!--
|
||||
- Compat with https://github.com/borkdude/clj-multihash/tree/babashka-next
|
||||
- Compat with https://github.com/babashka/tools.bbuild
|
||||
- Compat with https://github.com/babashka/tools.namespace
|
||||
-->
|
||||
## 0.6.5 (2021-11-13)
|
||||
|
||||
- Compatibility with a [fork of
|
||||
tools.namespace](https://github.com/babashka/tools.namespace). This allows
|
||||
running the Cognitect
|
||||
[test-runner](https://github.com/cognitect-labs/test-runner) (Cognitest) from source.
|
||||
- Add various `tools.build` related classes for running parts of tools.build
|
||||
with bb ([@hugoduncan](https://github.com/hugoduncan)). Keep an eye on [this
|
||||
repo](https://github.com/babashka/tools.bbuild).
|
||||
- Deps.clj: upgrade tools jar, support checking manifest staleness (see [TDEPS-83](https://clojure.atlassian.net/browse/TDEPS-83))
|
||||
- Add `clojure.lang.IPersistentList` ([@FieryCod](https://github.com/FieryCod))
|
||||
- The [contajners](https://github.com/lispyclouds/contajners) library is now compatible with babashka
|
||||
- Support `Object` `toString` override on defrecords [#999](https://github.com/babashka/babashka/issues/999)
|
||||
- Support `Object` `toString` override on defrecords [#999](https://github.com/babashka/babashka/issues/999).
|
||||
- Bump to GraalVM 21.3.0 JVM 11
|
||||
- Bump `core.async` to `1.4.627`
|
||||
- Bump edamame to `v0.0.14`, fixes parsing of `foo@bar`
|
||||
|
|
@ -22,7 +23,6 @@ For a list of breaking changes, check [here](#breaking-changes).
|
|||
- Fix for `babashka.fs/unzip` when entry in dir comes before dir in entries
|
||||
- Calling `.close` on `DirectoryStream` fails [#1061](https://github.com/babashka/babashka/issues/1061)
|
||||
- Add support for `java.nio.file.attribute.BasicFileAttributes`
|
||||
- Add various `tools.build` related classes for running parts of tools.build with bb ([@hugoduncan](https://github.com/hugoduncan))
|
||||
|
||||
## 0.6.4
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0.6.5-SNAPSHOT
|
||||
0.6.5
|
||||
Loading…
Reference in a new issue