From e68512b9833c4b4c684b322a82397fc15f9433c7 Mon Sep 17 00:00:00 2001 From: Markus Mayer Date: Sat, 8 Apr 2023 14:24:17 +0200 Subject: [PATCH] Finish 0.3.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 938060f..1d83f54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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.3.0 - 2023-04-08 ### Added diff --git a/Cargo.toml b/Cargo.toml index 200fd5b..f3f0cd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shortguid" -version = "0.3.0-unstable" +version = "0.3.0" edition = "2021" license = "EUPL-1.2" description = "Short URL-safe Base64 encoded UUIDs"