From 1e6ce6c9cf6cb9feeca8b8259bad6b02049ad67f Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 17 May 2024 11:40:41 +0200 Subject: [PATCH] v0.5.21 --- CHANGELOG.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b284f3b..a136cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ For a list of breaking changes, check [here](#breaking-changes). Babashka [fs](https://github.com/babashka/fs): file system utility library for Clojure -## Unreleased +## v0.5.21 (2024-05-17) - [#122](https://github.com/babashka/fs/issues/122): `fs/copy-tree`: fix copying read-only directories with children ([@sohalt](https://github.com/sohalt)) - [#127](https://github.com/babashka/fs/issues/127): Inconsistent documentation for the `:posix-file-permissions` options ([@teodorlu](https://github.com/teodorlu)) diff --git a/project.clj b/project.clj index 868748d..a99fab9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject babashka/fs "0.5.20" +(defproject babashka/fs "0.5.21" :description "Babashka file system utilities." :url "https://github.com/babashka/fs" :scm {:name "git"