Skip to content

Commit c7334c2

Browse files
authored
Release 0.5.0. (#53)
Breaking changes * Removed the impls of `Borrow<[u8]>` for `Str<_>` and `StrBuilder<_>` (`Borrow<str>` is still there). ([#52]) New * Added an impl of `OctetsFrom<_>` for `Smallvec<_>`. ([#52]) * Added an impl of `OctetsFrom<_>` for `Str<_>`. ([#51])
1 parent 873cf43 commit c7334c2

File tree

2 files changed

+4
-6
lines changed

2 files changed

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

Changelog.md

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

3-
## Unreleased next version
3+
## 0.5.0
4+
5+
Released 2024-01-30.
46

57
Breaking changes
68

@@ -12,10 +14,6 @@ New
1214
* Added an impl of `OctetsFrom<_>` for `Smallvec<_>`. ([#52])
1315
* Added an impl of `OctetsFrom<_>` for `Str<_>`. ([#51])
1416

15-
Bug Fixes
16-
17-
Other changes
18-
1917
[#51]: https://github.com/NLnetLabs/octseq/pull/51
2018
[#52]: https://github.com/NLnetLabs/octseq/pull/52
2119

0 commit comments

Comments
 (0)