Skip to content

Commit 1290125

Browse files
authored
Release 0.5.1. (#55)
New * Added an impl of `SerialzeOctets` for plain, unsized `[u8]`. ([#54])
1 parent 7b7f470 commit 1290125

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
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.1-dev"
3+
version = "0.5.1"
44
edition = "2021"
55
rust-version = "1.65"
66
authors = ["NLnet Labs <[email protected]>"]

Changelog.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
# Changelog
22

3-
## Unreleased next version
3+
## 0.5.1
44

5-
Breaking changes
5+
Released 2024-02-13
66

77
New
88

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

11-
Bug fixes
12-
13-
Other changes
14-
1511
[#54]: https://github.com/NLnetLabs/octseq/pull/54
1612

1713

0 commit comments

Comments
 (0)