Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
complexspaces committed Apr 4, 2023
1 parent 36e9c95 commit 2fc3bb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ Notable changes to this project will be documented in the [keep a changelog](htt

## [Unreleased]

## [0.3.0] - 2023-04-04

### Changed
- The crate now only uses `wasm-bindgen` when targeting WebAssembly on the web.
Use the new `js` feature to target the web.

### Fixed
- The crate now compiles for unsupported platforms.
- Cleaned up typos and grammar in README.

# [0.2.4] - 2023-03-07

Expand Down Expand Up @@ -49,10 +52,11 @@ Notable changes to this project will be documented in the [keep a changelog](htt

Initial release

[Unreleased]: https://github.com/1Password/sys-locale/compare/v0.2.4...HEAD
[Unreleased]: https://github.com/1Password/sys-locale/compare/v0.3.0...HEAD
[0.1.0]: https://github.com/1Password/sys-locale/releases/tag/v0.1.0
[0.2.0]: https://github.com/1Password/sys-locale/releases/tag/v0.2.0
[0.2.1]: https://github.com/1Password/sys-locale/releases/tag/v0.2.1
[0.2.2]: https://github.com/1Password/sys-locale/releases/tag/v0.2.2
[0.2.3]: https://github.com/1Password/sys-locale/releases/tag/v0.2.3
[0.2.4]: https://github.com/1Password/sys-locale/releases/tag/v0.2.4
[0.3.0]: https://github.com/1Password/sys-locale/releases/tag/v0.3.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sys-locale"
version = "0.2.4"
version = "0.3.0"
authors = ["1Password"]
description = "Small and lightweight library to obtain the active system locale"
keywords = ["locale", "i18n", "localization", "nostd"]
Expand Down

0 comments on commit 2fc3bb5

Please sign in to comment.