From f970d3c1771df3417d7454ade0e2060500d5b7c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 21:46:02 +0000 Subject: [PATCH] chore: release v0.1.0 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- crates/use-currency-code/Cargo.toml | 2 +- crates/use-language/Cargo.toml | 2 +- crates/use-locale-match/Cargo.toml | 2 +- crates/use-locale-tag/Cargo.toml | 2 +- crates/use-locale/Cargo.toml | 2 +- crates/use-region/Cargo.toml | 2 +- crates/use-script/Cargo.toml | 2 +- crates/use-time-zone-id/Cargo.toml | 2 +- 10 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b8e85..fc0b473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## [0.1.0](https://github.com/RustUse/use-locale/releases/tag/use-locale-v0.1.0) - 2026-05-18 + +### Changed + +- Add initial use-locale workspace and CI + ### Added - Added the initial `use-locale` RustUse workspace with a thin facade crate and focused locale identifier primitives. diff --git a/Cargo.toml b/Cargo.toml index a61a028..9a2104f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,4 +58,4 @@ first-publish-candidates = [ "use-locale-tag", "use-locale-match", "use-locale", -] \ No newline at end of file +] diff --git a/crates/use-currency-code/Cargo.toml b/crates/use-currency-code/Cargo.toml index 7b08c87..31b8acd 100644 --- a/crates/use-currency-code/Cargo.toml +++ b/crates/use-currency-code/Cargo.toml @@ -15,4 +15,4 @@ keywords = ["currency", "iso4217", "money", "locale", "rustuse"] categories = ["internationalization", "parser-implementations"] [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-language/Cargo.toml b/crates/use-language/Cargo.toml index 12ca53e..324015c 100644 --- a/crates/use-language/Cargo.toml +++ b/crates/use-language/Cargo.toml @@ -15,4 +15,4 @@ keywords = ["language", "locale", "bcp47", "subtag", "rustuse"] categories = ["internationalization", "parser-implementations"] [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-locale-match/Cargo.toml b/crates/use-locale-match/Cargo.toml index 4db8ad2..7fb50b2 100644 --- a/crates/use-locale-match/Cargo.toml +++ b/crates/use-locale-match/Cargo.toml @@ -18,4 +18,4 @@ categories = ["internationalization", "algorithms"] use-locale-tag.workspace = true [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-locale-tag/Cargo.toml b/crates/use-locale-tag/Cargo.toml index 4e645c4..7639450 100644 --- a/crates/use-locale-tag/Cargo.toml +++ b/crates/use-locale-tag/Cargo.toml @@ -20,4 +20,4 @@ use-region.workspace = true use-script.workspace = true [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-locale/Cargo.toml b/crates/use-locale/Cargo.toml index 6c71724..abacb2e 100644 --- a/crates/use-locale/Cargo.toml +++ b/crates/use-locale/Cargo.toml @@ -27,4 +27,4 @@ use-script.workspace = true use-time-zone-id.workspace = true [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-region/Cargo.toml b/crates/use-region/Cargo.toml index 9f075c1..e23d36e 100644 --- a/crates/use-region/Cargo.toml +++ b/crates/use-region/Cargo.toml @@ -15,4 +15,4 @@ keywords = ["region", "locale", "bcp47", "country", "rustuse"] categories = ["internationalization", "parser-implementations"] [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-script/Cargo.toml b/crates/use-script/Cargo.toml index f9302a3..9e6657b 100644 --- a/crates/use-script/Cargo.toml +++ b/crates/use-script/Cargo.toml @@ -15,4 +15,4 @@ keywords = ["script", "locale", "bcp47", "subtag", "rustuse"] categories = ["internationalization", "parser-implementations"] [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-time-zone-id/Cargo.toml b/crates/use-time-zone-id/Cargo.toml index 27a3946..8b7b62c 100644 --- a/crates/use-time-zone-id/Cargo.toml +++ b/crates/use-time-zone-id/Cargo.toml @@ -15,4 +15,4 @@ keywords = ["timezone", "iana", "locale", "identifier", "rustuse"] categories = ["date-and-time", "parser-implementations"] [lints] -workspace = true \ No newline at end of file +workspace = true