From 3415d181b4e0be1b4ad4d4aa537b3c0429845db2 Mon Sep 17 00:00:00 2001 From: Markus Mayer Date: Fri, 17 May 2024 18:31:14 +0200 Subject: [PATCH] Finish 0.7.0 --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e677341..46085fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index e149794..f7d2c93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"