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 adc0a3c commit bdf75f0Copy full SHA for bdf75f0
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.6.0] - 2024-06-08
7
+
8
+[0.6.0]: https://github.com/sunsided/query-string-builder/releases/tag/v0.6.0
9
10
### Added
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.1"
+version = "0.6.0"
edition = "2021"
repository = "https://github.com/sunsided/query-string-builder"
keywords = ["url", "query-string", "query-argument"]
0 commit comments