diff --git a/CHANGELOG.md b/CHANGELOG.md index ed18096..28f57a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/gleam.toml b/gleam.toml index 3111082..0922a7f 100644 --- a/gleam.toml +++ b/gleam.toml @@ -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"