We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00411f commit 968f345Copy full SHA for 968f345
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "octseq"
3
-version = "0.5.2-dev"
+version = "0.5.2"
4
edition = "2021"
5
rust-version = "1.65"
6
authors = ["NLnet Labs <[email protected]>"]
Changelog.md
@@ -1,8 +1,6 @@
# Changelog
-## Unreleased next version
-
-Breaking changes
+## 0.5.2
7
New
8
@@ -14,8 +12,6 @@ Bug fixes
14
12
* Fixed an infinite loop in the `OctetsBuilder::with_capacity` impl for
15
13
`heapless::Vec<..>`. ([#59])
16
17
-Other changes
18
19
[#56]: https://github.com/NLnetLabs/octseq/pull/56
20
[#59]: https://github.com/NLnetLabs/octseq/pull/59
21
0 commit comments