From 2047161fc97217f13114a77dce9506572cff6cfe Mon Sep 17 00:00:00 2001 From: Markus Mayer Date: Fri, 24 May 2024 12:07:21 +0200 Subject: [PATCH] Finish 0.5.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 766d1b6..f587b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ 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.5.0] - 2024-05-24 + +[0.5.0]: https://github.com/sunsided/query-string-builder/releases/tag/v0.5.0 ### Changed diff --git a/Cargo.toml b/Cargo.toml index c607e4b..4420eda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "query-string-builder" description = "A query string builder for percent encoding key-value pairs" authors = ["Markus Mayer"] -version = "0.4.2" +version = "0.5.0" edition = "2021" repository = "https://github.com/sunsided/query-string-builder" keywords = ["url", "query-string", "query-argument"]