From 2c0905e829aa60fc0c89a1f4bf3d369a1b75254d Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 24 May 2023 13:51:21 +0200 Subject: [PATCH] v0.4.19 --- CHANGELOG.md | 5 +++-- project.clj | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d9a44f..35bb252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,9 @@ For a list of breaking changes, check [here](#breaking-changes). Babashka [fs](https://github.com/babashka/fs): file system utility library for Clojure -## v?? -- [#97](https://github.com/babashka/fs/issues/97): add `file-owner` function +## v0.4.19 (2023-05-24) + +- [#97](https://github.com/babashka/fs/issues/97): add `owner` function to retrieve owner of a file or directory ([@emilaasa](https://github.com/emilaasa)) ## v0.4.18 (2023-05-11) diff --git a/project.clj b/project.clj index 4086da9..55e4244 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject babashka/fs "0.4.18" +(defproject babashka/fs "0.4.19" :description "Babashka file system utilities." :url "https://github.com/babashka/fs" :scm {:name "git"