v0.7.6
This commit is contained in:
parent
83c610ca0f
commit
9e8bb78794
2 changed files with 8 additions and 3 deletions
|
|
@ -2,12 +2,17 @@
|
||||||
|
|
||||||
For a list of breaking changes, check [here](#breaking-changes).
|
For a list of breaking changes, check [here](#breaking-changes).
|
||||||
|
|
||||||
## Unreleased
|
## 0.7.6 (2022-02-24)
|
||||||
|
|
||||||
### Fixes
|
Please leave some feedback about babashka in the [2022 Q1 Survey](https://forms.gle/ko3NjDg2SwXeEoNQ9)!
|
||||||
|
|
||||||
|
- SCI performance improvements
|
||||||
|
- Bump clj-yaml to 0.7.1.108
|
||||||
|
- Limit output of `bb tasks` to first line of docstring.
|
||||||
- [#1181](https://github.com/babashka/babashka/issues/1181): clojure.test report does not respect *test-out* correctly
|
- [#1181](https://github.com/babashka/babashka/issues/1181): clojure.test report does not respect *test-out* correctly
|
||||||
- [#1180](https://github.com/babashka/babashka/issues/1180): limit bb tasks output to first line of docstring
|
- [#1180](https://github.com/babashka/babashka/issues/1180): limit bb tasks output to first line of docstring
|
||||||
|
- babashka.process: support appending to `:out` file
|
||||||
|
- babashka.fs: add `create-temp-file`, `read-attributes*`, `zip`
|
||||||
|
|
||||||
## 0.7.5 (2022-02-16)
|
## 0.7.5 (2022-02-16)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
0.7.6-SNAPSHOT
|
0.7.6
|
||||||
Loading…
Reference in a new issue