We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87988b3 commit 16a84e0Copy full SHA for 16a84e0
2 files changed
CHANGELOG.md
@@ -3,6 +3,10 @@
3
[Babashka process](https://github.com/babashka/process)
4
Clojure library for shelling out / spawning sub-processes
5
6
+## 0.6.25 (2025-12-21)
7
+
8
+- Fix reflection warnings
9
10
## 0.6.24 (2025-12-07)
11
12
- [#181](https://github.com/babashka/process/issues/181): support `:discard` or `ProcessBuilder$Redirect` as `:out` and `:err` options
project.clj
@@ -1,4 +1,4 @@
1
-(defproject babashka/process "0.6.24"
+(defproject babashka/process "0.6.25"
2
:description "Clojure library for shelling out / spawning subprocesses"
:url "https://github.com/babashka/process"
:scm {:name "git"
0 commit comments