Skip to content

Commit

Permalink
Finish 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed May 17, 2024
1 parent a9e1705 commit 3415d18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
All notable changes to this project will be documented in this file.
This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.7.0] - 2024-05-17

[0.7.0]: https://github.com/nyris/shortguid-rs/releases/tag/v0.7.0

### Added

- Added support for the `uuid` crate's `bytemuck` feature.
- Added support for [Borsh](https://borsh.io/) serialization via the `uuid` crate's `borsh` feature.

### Changed

- Use the `uuid` crate's fast RNG by default.

## 0.6.0 - 2023-06-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shortguid"
version = "0.7.0-unstable"
version = "0.7.0"
edition = "2021"
license = "EUPL-1.2"
description = "Short URL-safe Base64 encoded UUIDs"
Expand Down

0 comments on commit 3415d18

Please sign in to comment.