File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " unicode-segmentation"
4
- version = " 1.2.1 "
4
+ version = " 1.3.0 "
5
5
authors = [" kwantam <kwantam@gmail.com>" ]
6
6
7
7
homepage = " https://github.com/unicode-rs/unicode-segmentation"
Original file line number Diff line number Diff line change @@ -40,11 +40,16 @@ to your `Cargo.toml`:
40
40
41
41
``` toml
42
42
[dependencies ]
43
- unicode-segmentation = " 1.2.1 "
43
+ unicode-segmentation = " 1.3.0 "
44
44
```
45
45
46
46
# Change Log
47
47
48
+ ## 1.3.0
49
+
50
+ * [ #24 ] ( https://github.com/unicode-rs/unicode-segmentation/pull/24 ) Add support for sentence boundaries
51
+ * [ #44 ] ( https://github.com/unicode-rs/unicode-segmentation/pull/44 ) Treat ` gc=No ` as a subset of ` gc=N `
52
+
48
53
## 1.2.1
49
54
50
55
* [ #37 ] ( https://github.com/unicode-rs/unicode-segmentation/pull/37 ) :
Original file line number Diff line number Diff line change 46
46
//!
47
47
//! ```toml
48
48
//! [dependencies]
49
- //! unicode-segmentation = "1.2.1 "
49
+ //! unicode-segmentation = "1.3.0 "
50
50
//! ```
51
51
52
52
#![ deny( missing_docs, unsafe_code) ]
You can’t perform that action at this time.
0 commit comments