From 19c03977282bd63a3ecfd3e6a261a433aa9e8745 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 22 Mar 2021 20:10:42 +0100 Subject: [PATCH] v0.0.3 --- CHANGELOG.md | 4 ++++ project.clj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"