Skip to content

Commit

Permalink
Release 0.5.1. (#55)
Browse files Browse the repository at this point in the history
New

* Added an impl of `SerialzeOctets` for plain, unsized `[u8]`. ([#54])
  • Loading branch information
partim authored Feb 13, 2024
1 parent 7b7f470 commit 1290125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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.1-dev"
version = "0.5.1"
edition = "2021"
rust-version = "1.65"
authors = ["NLnet Labs <[email protected]>"]
Expand Down
8 changes: 2 additions & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
# Changelog

## Unreleased next version
## 0.5.1

Breaking changes
Released 2024-02-13

New

* Added an impl of `SerialzeOctets` for plain, unsized `[u8]`. ([#54])

Bug fixes

Other changes

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


Expand Down

0 comments on commit 1290125

Please sign in to comment.