File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11[package ]
22name = " cuid2"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " An implementation of the CUID2 protocol in rust"
55documentation = " https://docs.rs/cuid/latest/cuid2/"
66edition.workspace = true
You can’t perform that action at this time.
0 commit comments