Skip to content

Commit 3cc0bf0

Browse files
committed
Bump version to 1.1.0 and update CHANGELOG.
1 parent 7be6610 commit 3cc0bf0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v1.1.0 - 2024-04-01
4+
5+
- Add `path_separator_unix` and `path_separator_windows` constants.
6+
- Add `path_separator()` function for returning the path separator
7+
for the platform currently being run on.
8+
39
## v1.0.0 - 2024-02-08
410

511
- 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)