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 a55ec24 commit 036deb0Copy full SHA for 036deb0
CHANGELOG.md
@@ -24,8 +24,18 @@ This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
24
25
- The hash character `#` is now encoded in order to ensure correct parsing of query parameters.
26
27
+## [0.4.1] - 2023-07-08
28
+
29
+[0.4.1]: https://github.com/sunsided/query-string-builder/releases/tag/0.4.1
30
31
+### Internal
32
33
+- The license `EUPL-1.2` is now explicitly specified in `Cargo.toml`, allowing it to show up correctly on crates.io.
34
35
## [0.4.0] - 2023-07-08
36
37
+[0.4.0]: https://github.com/sunsided/query-string-builder/releases/tag/0.4.0
38
39
### Added
40
41
- The `QueryBuilder` now owns all string values, making it easier to pass
0 commit comments