We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04113a commit 813e870Copy full SHA for 813e870
CHANGELOG.md
@@ -3,7 +3,9 @@
3
All notable changes to this project will be documented in this file.
4
This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
6
-## Unreleased
+## [0.5.1] - 2024-05-24
7
+
8
+[0.5.1]: https://github.com/sunsided/query-string-builder/releases/tag/v0.5.1
9
10
### Internal
11
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "query-string-builder"
description = "A query string builder for percent encoding key-value pairs"
authors = ["Markus Mayer"]
-version = "0.5.0"
+version = "0.5.1"
edition = "2021"
repository = "https://github.com/sunsided/query-string-builder"
keywords = ["url", "query-string", "query-argument"]
0 commit comments