From 063e00b2d24f99e77b7c62556eab1930b7b1e2fc Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 9 Jan 2025 21:01:19 +0100 Subject: [PATCH] v0.5.24 --- CHANGELOG.md | 4 ++++ project.clj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b74c462..396c766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ For a list of breaking changes, check [here](#breaking-changes). Babashka [fs](https://github.com/babashka/fs): file system utility library for Clojure +## v0.5.24 (2025-01-09) + +- [#135](https://github.com/babashka/fs/issues/135): additional fix for preserving protocol when calling `fs/path` on multiple arguments ([@Sohalt](https://github.com/Sohalt)) + ## v0.5.23 (2024-12-04) - [#135](https://github.com/babashka/fs/issues/135): preserve protocol when calling `fs/path` on multiple arguments ([@mk](https://github.com/mk)) diff --git a/project.clj b/project.clj index d6c83f6..07cd0ef 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject babashka/fs "0.5.23" +(defproject babashka/fs "0.5.24" :description "Babashka file system utilities." :url "https://github.com/babashka/fs" :scm {:name "git"