Skip to content

Commit 248ed76

Browse files
committed
Bump version to 1.1.0 and update CHANGELOG.
1 parent e01261d commit 248ed76

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.0
4+
5+
- Add new `split_windows_volume_prefix()`.
6+
37
## v1.0.0 - 2024-02-08
48

59
- All existing functions now support Windows paths when run on Windows.

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.0.0"
2+
version = "1.1.0"
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)