changelogs
This commit is contained in:
parent
2da873a2c1
commit
4931048284
1 changed files with 6 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ A preview of the next release can be installed from
|
|||
## Unreleased
|
||||
|
||||
- [#1472](https://github.com/babashka/babashka/issues/1472): fix tokenization of `babashka.tasks/clojure`: command was tokenized twice
|
||||
- **BREAKING**: Bump `babashka.process`: change default for `:out :append` to `:out :write`. This default is undocumented so the impact should be small.
|
||||
|
||||
## 1.1.171 (2023-01-23)
|
||||
|
||||
|
|
@ -1247,9 +1248,13 @@ Details about releases prior to v0.1.0 can be found
|
|||
|
||||
## Breaking changes
|
||||
|
||||
### v1.1.172
|
||||
|
||||
- Bump `babashka.process`: change default for `:out :append` to `:out :write`. This default is undocumented so the impact should be small.
|
||||
|
||||
### v1.1.171
|
||||
|
||||
- [#1467](https://github.com/babashka/babashka/issues/1467): BREAKING: avoid printing results, unless `--prn` is enabled (aside from `-e`, `-o` and `-O`).
|
||||
- [#1467](https://github.com/babashka/babashka/issues/1467): avoid printing results, unless `--prn` is enabled (aside from `-e`, `-o` and `-O`).
|
||||
|
||||
### v0.2.4
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue