8000 bump version to 1.0.0 · HughP/unicode-segmentation@d402895 · GitHub
[go: up one dir, main page]

Skip to content

Commit d402895

Browse files
committed
bump version to 1.0.0
semantics of breaking changed sufficiently that it seems wise to call this a different major version.
1 parent 8bac7c7 commit d402895

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "unicode-segmentation"
4-
version = "0.1.3"
4+
version = "1.0.0"
55
authors = ["kwantam <kwantam@gmail.com>"]
66

77
homepage = "https://github.com/unicode-rs/unicode-segmentation"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ to your `Cargo.toml`:
4040

4141
```toml
4242
[dependencies]
43-
unicode-segmentation = "0.1.3"
43+
unicode-segmentation = "1.0.0"
4444
```

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
//!
4747
//! ```toml
4848
//! [dependencies]
49-
//! unicode-segmentation = "0.1.3"
49+
//! unicode-segmentation = "1.0.0"
5050
//! ```
5151
5252
#![deny(missing_docs, unsafe_code)]

0 commit comments

Comments
 (0)
0