Skip to content

Commit 837ea25

Browse files
authored
Release 0.5.2. (#61)
New * Added `Str::try_copy_from_str` and `Str::copy_from_str` to create a new `Str<_>` by copying from a `&str`. ([#56]) Bug fixes * Fixed an infinite loop in the `OctetsBuilder::with_capacity` impl for `heapless::Vec<..>`. ([#59]) [#56]: #56 [#59]: #59
1 parent c00411f commit 837ea25

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "octseq"
3-
version = "0.5.2-dev"
3+
version = "0.5.2"
44
edition = "2021"
55
rust-version = "1.65"
66
authors = ["NLnet Labs <[email protected]>"]

Changelog.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Changelog
22

3-
## Unreleased next version
4-
5-
Breaking changes
3+
## 0.5.2
64

75
New
86

@@ -14,8 +12,6 @@ Bug fixes
1412
* Fixed an infinite loop in the `OctetsBuilder::with_capacity` impl for
1513
`heapless::Vec<..>`. ([#59])
1614

17-
Other changes
18-
1915
[#56]: https://github.com/NLnetLabs/octseq/pull/56
2016
[#59]: https://github.com/NLnetLabs/octseq/pull/59
2117

0 commit comments

Comments
 (0)