Skip to content

Commit a9e8d6e

Browse files
committed
Bump version to 2.2.0
1 parent 0d1ec22 commit a9e8d6e

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.2.0
2+
3+
* Added `default` argument to `init_locale!`
4+
* Added `fn reset()` to storage
5+
16
## 2.1.0
27

38
* Explicitly split storage setters:
@@ -8,9 +13,9 @@
813
## 2.0.0
914

1015
* Rewrite the project with procedural macros
11-
* Removed `init_locale_with_storage`. Its logic is now merged into `init_locale`
16+
* Removed `init_locale_with_storage!`. Its logic is now merged into `init_locale!`
1217
* Macros `expression!`, `expressions!`, and `localize!` are no longer included in the library
13-
and are now generated by `init_locale`, with support for resolving paths to other
18+
and are now generated by `init_locale!`, with support for resolving paths to other
1419
localization system components
1520
* Storage-related functions are consolidated under a `mod storage`
1621
* Renamed storage functions:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "localize_it"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
edition = "2024"
55
rust-version = "1.88.0"
66
authors = ["Ivan Sarnitskii <ivan.sarnitskiy@mail.ru>"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Add the following to your `Cargo.toml`:
100100

101101
```toml
102102
[dependencies]
103-
localize_it = "2.1.0"
103+
localize_it = "2.2.0"
104104
```
105105

106106
---

0 commit comments

Comments
 (0)