Skip to content

Commit 33d7fac

Browse files
committed
fs
1 parent f998253 commit 33d7fac

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ A preview of the next release can be installed from
99

1010
## Unreleased
1111

12-
- Console REPL (`bb repl`) improvements
1312
- Fix [#1909](https://github.com/babashka/babashka/issues/1909): add [Jline3](https://github.com/jline/jline3) for TUI support
13+
- Console REPL (`bb repl`) improvements
14+
- Support multiple `catch` i.c.m. `^:sci/error`
1415
- Fix [#1299](https://github.com/babashka/babashka/issues/1299): add new `babashka.terminal` namespace that exposes `tty?` with arguments `:stdin`, `:stdout` or `:stderr`
1516
- Compatibility with [charm.clj](https://github.com/TimoKramer/charm.clj)
1617
- Bump `deps.clj`
17-
- Support multiple `catch` i.c.m. `^:sci/error`
18+
- Bump `fs`
1819

1920
## 1.12.214 (2026-01-13)
2021

src/babashka/impl/print_deps.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
edn/read-string)
1515
deps (:deps deps)
1616
deps (assoc deps
17-
'babashka/fs {:mvn/version "0.5.30"}
17+
'babashka/fs {:mvn/version "0.5.31"}
1818
'babashka/babashka.curl {:mvn/version "0.1.2"}
1919
'babashka/babashka.core {:git/url "https://github.com/babashka/babashka.core"
2020
:git/sha "52a6037bd4b632bffffb04394fb4efd0cdab6b1e"}

0 commit comments

Comments
 (0)