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 1ac2631 commit 657407dCopy full SHA for 657407d
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.4.2] - 2024-05-23
7
+
8
+[0.4.2]: https://github.com/sunsided/query-string-builder/releases/tag/v0.4.2
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.4.1"
+version = "0.4.2"
edition = "2021"
repository = "https://github.com/sunsided/query-string-builder"
keywords = ["url", "query-string", "query-argument"]
0 commit comments