From 9e8bb787947e79ef47dc7cee16af60c995db9fb4 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 24 Feb 2022 12:39:23 +0100 Subject: [PATCH] v0.7.6 --- CHANGELOG.md | 9 +++++++-- resources/BABASHKA_VERSION | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9649b78a..ab2682ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,17 @@ 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 - [#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) diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index daf15acd..4d01880a 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.7.6-SNAPSHOT \ No newline at end of file +0.7.6 \ No newline at end of file