Skip to content

Commit 27adefa

Browse files
committed
v0.5.20
1 parent 106be4a commit 27adefa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.5.20 (2023-05-17)
7+
8+
- Bump `babashka.fs` to 0.4.18
9+
610
## 0.5.19 (2023-05-11)
711

812
- [#124](https://github.com/babashka/process/issues/124): Allow `:cmd` to be passed in map argument

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.5.19"
1+
(defproject babashka/process "0.5.20"
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)