Skip to content

Commit 16a84e0

Browse files
committed
v0.6.25
1 parent 87988b3 commit 16a84e0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
[Babashka process](https://github.com/babashka/process)
44
Clojure library for shelling out / spawning sub-processes
55

6+
## 0.6.25 (2025-12-21)
7+
8+
- Fix reflection warnings
9+
610
## 0.6.24 (2025-12-07)
711

812
- [#181](https://github.com/babashka/process/issues/181): support `:discard` or `ProcessBuilder$Redirect` as `:out` and `:err` options

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject babashka/process "0.6.24"
1+
(defproject babashka/process "0.6.25"
22
:description "Clojure library for shelling out / spawning subprocesses"
33
:url "https://github.com/babashka/process"
44
:scm {:name "git"

0 commit comments

Comments
 (0)