File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed 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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ cuid2: unreleased]
8
+ ## [ unreleased]
9
+
10
+ ## [ cuid2 v0.1.2]
9
11
10
12
### Changed
11
13
@@ -134,7 +136,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
134
136
- CUID & CUID slug generation
135
137
- Benchmark suite
136
138
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
138
141
[ cuid 1.3.2 ] : https://github.com/mplanchard/cuid-rust/compare/cuid-v1.3.1...cuid-v1.3.2
139
142
[ cuid2 0.1.1 ] : https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.0...cuid2-v0.1.1
140
143
[ 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 1
1
[package ]
2
2
name = " cuid2"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
description = " An implementation of the CUID2 protocol in rust"
5
5
documentation = " https://docs.rs/cuid/latest/cuid2/"
6
6
edition.workspace = true
You can’t perform that action at this time.
0 commit comments