diff --git a/CHANGELOG.md b/CHANGELOG.md index 78524ef..5919ef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,14 @@ For a list of breaking changes, check [here](#breaking-changes). -## Unreleased +## v0.0.2 - Add `create-link` and `split-paths` ([@eamonnsullivan](https://github.com/eamonnsullivan)) - Add `split-ext` and `extension` ([@kiramclean](https://github.com/kiramclean)) - Add `regular-file?`([@tekacs](https://github.com/tekacs)) - Globbing is always recursive but should not be [#18](https://github.com/babashka/fs/issues/18) +- Fix globbing on Windows +- Fix Windows tests ## 0.0.1 diff --git a/project.clj b/project.clj index 2cac80c..2958f9c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject babashka/fs "0.0.1" +(defproject babashka/fs "0.0.2" :description "Babashka file system utilities." :url "https://github.com/babashka/fs" :scm {:name "git"