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 106be4a commit 27adefaCopy full SHA for 27adefa
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.5.20 (2023-05-17)
7
+
8
+- Bump `babashka.fs` to 0.4.18
9
10
## 0.5.19 (2023-05-11)
11
12
- [#124](https://github.com/babashka/process/issues/124): Allow `:cmd` to be passed in map argument
project.clj
@@ -1,4 +1,4 @@
1
-(defproject babashka/process "0.5.19"
+(defproject babashka/process "0.5.20"
2
:description "Clojure library for shelling out / spawning subprocesses"
:url "https://github.com/babashka/process"
:scm {:name "git"
0 commit comments