Skip to content

Commit

Permalink
Prepare for release 0.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Oct 10, 2024
1 parent c00411f commit 968f345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "octseq"
version = "0.5.2-dev"
version = "0.5.2"
edition = "2021"
rust-version = "1.65"
authors = ["NLnet Labs <[email protected]>"]
Expand Down
6 changes: 1 addition & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Changelog

## Unreleased next version

Breaking changes
## 0.5.2

New

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

Other changes

[#56]: https://github.com/NLnetLabs/octseq/pull/56
[#59]: https://github.com/NLnetLabs/octseq/pull/59

Expand Down

0 comments on commit 968f345

Please sign in to comment.