Skip to content

Commit 319ffa3

Browse files
committed
prep for release
1 parent 9e4247d commit 319ffa3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [cuid2: unreleased]
8+
## [unreleased]
9+
10+
## [cuid2 v0.1.2]
911

1012
### Changed
1113

@@ -134,7 +136,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
134136
- CUID & CUID slug generation
135137
- Benchmark suite
136138

137-
[unreleased]: https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.0...HEAD
139+
[unreleased]: https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.2...HEAD
140+
[cuid2 v0.1.2]: https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.1...cuid-v0.1.2
138141
[cuid 1.3.2]: https://github.com/mplanchard/cuid-rust/compare/cuid-v1.3.1...cuid-v1.3.2
139142
[cuid2 0.1.1]: https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.0...cuid2-v0.1.1
140143
[cuid 1.3.1]: https://github.com/mplanchard/cuid-rust/compare/cuid-v1.3.0...cuid-v1.3.1

crates/cuid2/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cuid2"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "An implementation of the CUID2 protocol in rust"
55
documentation = "https://docs.rs/cuid/latest/cuid2/"
66
edition.workspace = true

0 commit comments

Comments
 (0)