Version bump
This commit is contained in:
parent
fe940c73c9
commit
6bfb2374b8
3 changed files with 4 additions and 4 deletions
|
|
@ -17,13 +17,13 @@ A preview of the next release can be installed from
|
|||
- [#1645](https://github.com/babashka/babashka/issues/1645): Support for `clojure.lang.LongRange`
|
||||
- [#1652](https://github.com/babashka/babashka/issues/1652): allow `bb.edn` to be empty
|
||||
- [#1586](https://github.com/babashka/babashka/issues/1586): warn when config file doesn't exist and `--debug` is enabled
|
||||
- #1410: better error message when exec fn doesn't exist
|
||||
- [#1410](https://github.com/babashka/babashka/issues/1410): better error message when exec fn doesn't exist
|
||||
- Bump `babashka.cli` to `0.8.55` which contains subcommand improvements
|
||||
- Bump `deps.clj` to `1.11.1.1435`
|
||||
- Bump `babashka.fs` to `0.5.20`
|
||||
- Compatibility with `plumbing.core`
|
||||
- Compatibility with `shadow.css` by improving `tools.reader` compatibility
|
||||
- #1647: Allow capturing env vars at build time (only relevant for building bb)
|
||||
- [#1647](https://github.com/babashka/babashka/issues/1647): Allow capturing env vars at build time (only relevant for building bb)
|
||||
|
||||
## 1.3.186 (2023-11-02)
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.3.186
|
||||
1.3.187
|
||||
|
|
@ -1 +1 @@
|
|||
1.3.187
|
||||
1.3.188-SNAPSHOT
|
||||
Loading…
Reference in a new issue