diff --git a/CHANGELOG.md b/CHANGELOG.md index d042688..140a006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/project.clj b/project.clj index c37083a..adf904e 100644 --- a/project.clj +++ b/project.clj @@ -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"