v0.8.2
This commit is contained in:
parent
f1fcf24822
commit
3eee5870ca
2 changed files with 7 additions and 7 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -5,18 +5,18 @@ For a list of breaking changes, check [here](#breaking-changes).
|
||||||
A preview of the next release can be installed from
|
A preview of the next release can be installed from
|
||||||
[babashka-dev-builds](https://github.com/babashka/babashka-dev-builds).
|
[babashka-dev-builds](https://github.com/babashka/babashka-dev-builds).
|
||||||
|
|
||||||
## Unreleased
|
## 0.8.2 (2022-05-06)
|
||||||
|
|
||||||
- Convey `*print-length*` to pprint and allow `set!`
|
- Convey `*print-length*` to pprint and allow `set!`
|
||||||
- `babashka.nrepl`: support pprint length
|
- `babashka.nrepl`: support pprint length
|
||||||
- SCI: support invoking field, without dash
|
- SCI: support invoking field, without dash
|
||||||
- Add compatibility with clojure numeric tower
|
- Add compatibility with clojure numeric tower
|
||||||
- Update deps.clj
|
- Update deps.clj to tools jar `1.11.1.1113`
|
||||||
- Compatibility with fipp and puget
|
- Compatibility with fipp and puget
|
||||||
- fix #1233: don't print error to stdout in prepl
|
- Fix [#1233](https://github.com/babashka/babashka/issues/1233): don't print error to stdout in prepl
|
||||||
- Update process with pre-start-fn
|
- Update process with `:pre-start-fn` option
|
||||||
- Update fs
|
- Update fs with `cwd` and Windows glob improvements
|
||||||
- Expose edamame, fixes #549 and #1258 (#1259)
|
- Expose edamame, fixes [#549](https://github.com/babashka/babashka/issues/549) and [#1258](https://github.com/babashka/babashka/issues/1258) (#1259)
|
||||||
|
|
||||||
## 0.8.1 (2022-04-15)
|
## 0.8.1 (2022-04-15)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
0.8.2-SNAPSHOT
|
0.8.2
|
||||||
Loading…
Reference in a new issue