Skip to content

Commit d6dfb6b

Browse files
committed
cut release
1 parent 28e8b6a commit d6dfb6b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## v2.1.0 - 28 August 2024
46
- Add `FileInfo` and `file_info_type` to get the file type from a `FileInfo` without checking the file system again
57
- Add `file_info_permissions` and `file_info_permissions_octal` to get the currently set permissions of a file or directory.
68
- Improve performance of `get_files`

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "simplifile"
2-
version = "2.0.1"
2+
version = "2.1.0"
33
description = "Basic file operations that work on all targets"
44

55
licences = ["Apache-2.0"]

0 commit comments

Comments
 (0)