Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ first-publish-candidates = [
"use-locale-tag",
"use-locale-match",
"use-locale",
]
]
2 changes: 1 addition & 1 deletion crates/use-currency-code/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ keywords = ["currency", "iso4217", "money", "locale", "rustuse"]
categories = ["internationalization", "parser-implementations"]

[lints]
workspace = true
workspace = true
2 changes: 1 addition & 1 deletion crates/use-language/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ keywords = ["language", "locale", "bcp47", "subtag", "rustuse"]
categories = ["internationalization", "parser-implementations"]

[lints]
workspace = true
workspace = true
2 changes: 1 addition & 1 deletion crates/use-locale-match/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ categories = ["internationalization", "algorithms"]
use-locale-tag.workspace = true

[lints]
workspace = true
workspace = true
2 changes: 1 addition & 1 deletion crates/use-locale-tag/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ use-region.workspace = true
use-script.workspace = true

[lints]
workspace = true
workspace = true
2 changes: 1 addition & 1 deletion crates/use-locale/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ use-script.workspace = true
use-time-zone-id.workspace = true

[lints]
workspace = true
workspace = true
2 changes: 1 addition & 1 deletion crates/use-region/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ keywords = ["region", "locale", "bcp47", "country", "rustuse"]
categories = ["internationalization", "parser-implementations"]

[lints]
workspace = true
workspace = true
2 changes: 1 addition & 1 deletion crates/use-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ keywords = ["script", "locale", "bcp47", "subtag", "rustuse"]
categories = ["internationalization", "parser-implementations"]

[lints]
workspace = true
workspace = true
2 changes: 1 addition & 1 deletion crates/use-time-zone-id/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ keywords = ["timezone", "iana", "locale", "identifier", "rustuse"]
categories = ["date-and-time", "parser-implementations"]

[lints]
workspace = true
workspace = true