Skip to content

Commit

Permalink
fs v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Feb 24, 2022
1 parent 5172bcc commit ec03705
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

For a list of breaking changes, check [here](#breaking-changes).

## v0.1.3

- Compatibility improvements for `com.google.cloud/google-cloud-nio`: convert
`URI` to `Path` directly without going through `URL`
- Add `create-temp-file`
- Add initial version of `zip`
- Add `read-attributes*` without conversion into map
- Run `create-dirs` for the `dest` directory in `copy-tree` to ensure it exists ([@duzunov](https://github.com/duzunov))
- Document `list-dir` `glob-or-accept` argument ([@holyjak](https://github.com/holyjak))

## v0.1.2

- Add `with-temp-dir` macro [#37](https://github.com/babashka/fs/issues/37) ([@hugoduncan](https://github.com/hugoduncan))
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.1.2"
(defproject babashka/fs "0.1.3"
:description "Babashka file system utilities."
:url "https://github.com/babashka/fs"
:scm {:name "git"
Expand Down

0 comments on commit ec03705

Please sign in to comment.