diff --git a/CHANGELOG.md b/CHANGELOG.md index 5919ef0..ac4105b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ For a list of breaking changes, check [here](#breaking-changes). +## v0.0.3 + +- Create target dir in `copy-tree` + ## v0.0.2 - Add `create-link` and `split-paths` ([@eamonnsullivan](https://github.com/eamonnsullivan)) diff --git a/project.clj b/project.clj index 2958f9c..00992aa 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject babashka/fs "0.0.2" +(defproject babashka/fs "0.0.3" :description "Babashka file system utilities." :url "https://github.com/babashka/fs" :scm {:name "git"