Skip to content

Commit ac727a6

Browse files
committed
update changelog
1 parent f5c6d92 commit ac727a6

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

CHANGELOG.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,23 @@ 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-
## [Unreleased]
8+
## [cuid 1.3.2], [cuid2 0.1.1]
99

1010
### Added
1111

12-
- Moved common utility logic out into a `cuid-util` crate
12+
- cuid/cuid2: Moved common utility logic out into a `cuid-util` crate
13+
- cuid2: #10: New `is_cuid2` function and `is_cuid` alias
1314

1415
### Changed
1516

16-
- Replaced base conversion logic in `cuid` with the logic in that crate,
17+
- cuid: Replaced base conversion logic in `cuid` with the logic in `cuid-util`,
1718
yielding a solid performance improvement for CUID generation (10-20%)
18-
- Added `#[inline]` annotations for main cuid2 functions
19+
- cuid2: Added `#[inline]` annotations for main cuid2 functions
20+
21+
### Fixed
22+
23+
- cuid: 94d4cd0: Removed unused `bigint` dependency
24+
- cuid2: #11: Moved proptest to dev dependencies
1925

2026
## [cuid 1.3.1]
2127

@@ -116,6 +122,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
116122
- Benchmark suite
117123

118124
[unreleased]: https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.0...HEAD
125+
[cuid 1.3.2]: https://github.com/mplanchard/cuid-rust/compare/cuid-v1.3.1...cuid-v1.3.2
126+
[cuid2 0.1.1]: https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.0...cuid2-v0.1.1
119127
[cuid 1.3.1]: https://github.com/mplanchard/cuid-rust/compare/cuid-v1.3.0...cuid-v1.3.1
120128
[cuid2 1.3.1]: https://github.com/mplanchard/cuid-rust/compare/v1.2.0...cuid2-v0.1.0
121129
[cuid2 0.1.0]: https://github.com/mplanchard/cuid-rust/compare/v1.2.0...cuid2-v0.1.0

0 commit comments

Comments
 (0)