Skip to content

Commit 813e870

Browse files
committed
Finish 0.5.1
1 parent e04113a commit 813e870

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
All notable changes to this project will be documented in this file.
44
This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## Unreleased
6+
## [0.5.1] - 2024-05-24
7+
8+
[0.5.1]: https://github.com/sunsided/query-string-builder/releases/tag/v0.5.1
79

810
### Internal
911

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "query-string-builder"
33
description = "A query string builder for percent encoding key-value pairs"
44
authors = ["Markus Mayer"]
5-
version = "0.5.0"
5+
version = "0.5.1"
66
edition = "2021"
77
repository = "https://github.com/sunsided/query-string-builder"
88
keywords = ["url", "query-string", "query-argument"]

0 commit comments

Comments
 (0)