Skip to content

Commit

Permalink
chore: bump version to 1.1.0
Browse files Browse the repository at this point in the history
In retrospect, while the interface change for `is_cuid()` and
`is_slug()` should be mostly transparent, there are some cases where it
might break things, so bumping the minor version to communicate that.
  • Loading branch information
mplanchard committed Aug 3, 2021
1 parent d1001ad commit b2a68cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.3] - 2021-08-03
## [1.1.0] - 2021-08-03

### Fixed

Expand Down Expand Up @@ -66,8 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CUID & CUID slug generation
- Benchmark suite

[unreleased]: https://github.com/mplanchard/cuid-rust/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/mplanchard/cuid-rust/compare/v1.0.2...v1.0.3
[unreleased]: https://github.com/mplanchard/cuid-rust/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/mplanchard/cuid-rust/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/mplanchard/cuid-rust/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/mplanchard/cuid-rust/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/mplanchard/cuid-rust/compare/v0.1.0...v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cuid"
version = "1.0.3"
version = "1.1.0"
license = "MIT"
edition = "2018"
authors = ["Matthew Planchard <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ implementation of which may be found [here](https://github.com/ericelliott/cuid)
In cargo.toml

```toml
cuid = "1.0.3"
cuid = "1.1.0"
```

## Usage
Expand Down

0 comments on commit b2a68cb

Please sign in to comment.