Skip to content

Commit f7268cc

Browse files
authored
Update changelog and version (#159)
1 parent abed5f7 commit f7268cc

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,25 @@ to your `Cargo.toml`:
3838

3939
```toml
4040
[dependencies]
41-
unicode-segmentation = "1.10.1"
41+
unicode-segmentation = "1"
4242
```
4343

4444
# Change Log
4545

46+
## 1.13.0
47+
48+
* [#147](https://github.org/unicode-rs/unicode-segmentation/pull/147) Add ascii fast path for unicode_word_indices and unicode_words
49+
* [#157](https://github.org/unicode-rs/unicode-segmentation/pull/157) Support Unicode 17.0.0
50+
51+
52+
## 1.12.0
53+
54+
* [#131](https://github.com/unicode-rs/unicode-segmentation/pull/131) Implement Debug on all public structs
55+
* [#136](https://github.com/unicode-rs/unicode-segmentation/pull/136) Use stdlib alphabetic and numeric character tables
56+
* [#138](https://github.com/unicode-rs/unicode-segmentation/pull/138) Fix arithmetic overflow
57+
* [#137](https://github.com/unicode-rs/unicode-segmentation/pull/137) Fix unwrap panic in next_boundary()
58+
* [#140](https://github.com/unicode-rs/unicode-segmentation/pull/140) Support Unicode 16.0.0
59+
4660
## 1.11.0
4761
* [#124](https://github.com/unicode-rs/unicode-segmentation/pull/124) Update data to Unicode 15.1
4862
* [#128](https://github.com/unicode-rs/unicode-segmentation/pull/128) Add `size_hint` to iterators

0 commit comments

Comments
 (0)