Skip to content

Commit

Permalink
v0.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed May 17, 2023
1 parent 106be4a commit 27adefa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
[Babashka process](https://github.com/babashka/process)
Clojure library for shelling out / spawning sub-processes

## 0.5.20 (2023-05-17)

- Bump `babashka.fs` to 0.4.18

## 0.5.19 (2023-05-11)

- [#124](https://github.com/babashka/process/issues/124): Allow `:cmd` to be passed in map argument
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject babashka/process "0.5.19"
(defproject babashka/process "0.5.20"
:description "Clojure library for shelling out / spawning subprocesses"
:url "https://github.com/babashka/process"
:scm {:name "git"
Expand Down

0 comments on commit 27adefa

Please sign in to comment.