We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01261d commit 248ed76Copy full SHA for 248ed76
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.1.0
4
+
5
+- Add new `split_windows_volume_prefix()`.
6
7
## v1.0.0 - 2024-02-08
8
9
- All existing functions now support Windows paths when run on Windows.
gleam.toml
@@ -1,5 +1,5 @@
name = "filepath"
-version = "1.0.0"
+version = "1.1.0"
description = "Work with file paths in Gleam!"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "filepath" }
0 commit comments