Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mplanchard committed Aug 2, 2023
1 parent f5c6d92 commit ac727a6
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [cuid 1.3.2], [cuid2 0.1.1]

### Added

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

### Changed

- Replaced base conversion logic in `cuid` with the logic in that crate,
- cuid: Replaced base conversion logic in `cuid` with the logic in `cuid-util`,
yielding a solid performance improvement for CUID generation (10-20%)
- Added `#[inline]` annotations for main cuid2 functions
- cuid2: Added `#[inline]` annotations for main cuid2 functions

### Fixed

- cuid: 94d4cd0: Removed unused `bigint` dependency
- cuid2: #11: Moved proptest to dev dependencies

## [cuid 1.3.1]

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

[unreleased]: https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.0...HEAD
[cuid 1.3.2]: https://github.com/mplanchard/cuid-rust/compare/cuid-v1.3.1...cuid-v1.3.2
[cuid2 0.1.1]: https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.0...cuid2-v0.1.1
[cuid 1.3.1]: https://github.com/mplanchard/cuid-rust/compare/cuid-v1.3.0...cuid-v1.3.1
[cuid2 1.3.1]: https://github.com/mplanchard/cuid-rust/compare/v1.2.0...cuid2-v0.1.0
[cuid2 0.1.0]: https://github.com/mplanchard/cuid-rust/compare/v1.2.0...cuid2-v0.1.0
Expand Down

0 comments on commit ac727a6

Please sign in to comment.