Skip to content

Commit feda8a7

Browse files
committed
v1.1.2
1 parent 49769a1 commit feda8a7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.1.2 - 2025-04-01
4+
5+
- Fixed a bug with `expand` adding a trailing slash on Windows.
6+
37
## v1.1.1 - 2025-03-14
48

59
- Fixed a bug with `join` not giving correct results when joining to the

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "filepath"
2-
version = "1.1.1"
2+
version = "1.1.2"
33
description = "Work with file paths in Gleam!"
44
licences = ["Apache-2.0"]
55
repository = { type = "github", user = "lpil", repo = "filepath" }

0 commit comments

Comments
 (0)