Skip to content

Commit 084b1ff

Browse files
committed
v0.5.21
1 parent f2c8d93 commit 084b1ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

6-
## Unreleased
6+
## 0.5.21 (2023-05-18)
77

8-
- [#126](https://github.com/babashka/process/issues/126): Consider `:dir` when resolving relative `program` on Windows ([@lread](https://github.com/lread))
8+
- [#126](https://github.com/babashka/process/issues/126): Consider `:dir` when resolving relative `program` on Windows ([@lread](https://github.com/lread))
99

1010
## 0.5.20 (2023-05-17)
1111

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