Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed May 2, 2022
1 parent 8563376 commit 7adcefe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

For a list of breaking changes, check [here](#breaking-changes).

## Unreleased
## v0.1.5

- Support glob patterns on Windows with forward slashes

- [#51](https://github.com/babashka/fs/issues/51): Update `which` function to more closely mimic unix `which`:
- do not identify directories as matches
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/fs "0.1.4"
(defproject babashka/fs "0.1.5"
:description "Babashka file system utilities."
:url "https://github.com/babashka/fs"
:scm {:name "git"
Expand Down

0 comments on commit 7adcefe

Please sign in to comment.