We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e8b6a commit d6dfb6bCopy full SHA for d6dfb6b
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## Unreleased
4
+
5
+## v2.1.0 - 28 August 2024
6
- Add `FileInfo` and `file_info_type` to get the file type from a `FileInfo` without checking the file system again
7
- Add `file_info_permissions` and `file_info_permissions_octal` to get the currently set permissions of a file or directory.
8
- Improve performance of `get_files`
gleam.toml
@@ -1,5 +1,5 @@
name = "simplifile"
-version = "2.0.1"
+version = "2.1.0"
description = "Basic file operations that work on all targets"
licences = ["Apache-2.0"]
0 commit comments