From 11121dedba416e93ce1eb69674c78f269a1f3e0a Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 5 Aug 2024 11:51:57 +0200 Subject: [PATCH] v0.5.22 --- CHANGELOG.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84f6042..c2a9f01 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.22 (2024-08-05) - [#130](https://github.com/babashka/fs/issues/130) Unclear from `fs/glob`docs that it supports a `:max-depth` option ([@teodorlu](https://github.com/teodorlu)) - [#132](https://github.com/babashka/fs/issues/132): add `read-link` to resolve symbolic link, without target of link needing to exist diff --git a/project.clj b/project.clj index a99fab9..b396872 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject babashka/fs "0.5.21" +(defproject babashka/fs "0.5.22" :description "Babashka file system utilities." :url "https://github.com/babashka/fs" :scm {:name "git"