Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Feb 8, 2024
1 parent c63dd1d commit 6617ca0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.3.0 - 2024-02-08
## v1.0.0 - 2024-02-08

- All existing functions now support Windows paths when run on Windows.
- The `filepath` module gains the `split_unix` and `split_windows` functions.
Expand Down
8 changes: 5 additions & 3 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name = "filepath"
version = "0.2.0"

version = "1.0.0"
description = "Work with file paths in Gleam!"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "filepath" }
links = [{ title = "Website", href = "https://gleam.run" }]
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]

[dependencies]
gleam_stdlib = "~> 0.32"
Expand Down

0 comments on commit 6617ca0

Please sign in to comment.