We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49769a1 commit feda8a7Copy full SHA for feda8a7
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.1.2 - 2025-04-01
4
+
5
+- Fixed a bug with `expand` adding a trailing slash on Windows.
6
7
## v1.1.1 - 2025-03-14
8
9
- Fixed a bug with `join` not giving correct results when joining to the
gleam.toml
@@ -1,5 +1,5 @@
name = "filepath"
-version = "1.1.1"
+version = "1.1.2"
description = "Work with file paths in Gleam!"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "filepath" }
0 commit comments