Skip to content

Commit

Permalink
v0.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed May 24, 2023
1 parent f75af13 commit 2c0905e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2c0905e

Please sign in to comment.