diff --git a/CHANGELOG.md b/CHANGELOG.md index ee20031..daf05d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ For a list of breaking changes, check [here](#breaking-changes). -## Unreleased +## v0.1.1 + +- Allow raw pattern to be passed to fs/match [#32](https://github.com/babashka/fs/issues/32) +- `unzip`: entry in dir can come before dir in zip entries [#35](https://github.com/babashka/fs/issues/35) + +## v0.1.0 + +- Add `strip-ext` and change `split-ext` and `strip-ext` to return full paths [#29](https://github.com/babashka/fs/issues/29) ([@corasaurus-hex](https://github.com/corasaurus-hex)) +- Add `unzip` ## v0.0.5 diff --git a/project.clj b/project.clj index 9799bfa..e27a80e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject babashka/fs "0.1.0" +(defproject babashka/fs "0.1.1" :description "Babashka file system utilities." :url "https://github.com/babashka/fs" :scm {:name "git"