Skip to content

Commit 868c16b

Browse files
authored
Release 0.3.2. (#46)
Bug fixes * Don’t enable _bytes’_ `std` feature by default. ([#45] by [@reitermarkus])
1 parent 79ea72f commit 868c16b

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.3.2-dev"
3+
version = "0.3.2"
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,18 +1,14 @@
11
# Changelog
22

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

5-
Breaking changes
6-
7-
New
5+
Released 2023-12-28.
86

97
Bug fixes
108

119
* Don’t enable _bytes’_ `std` feature by default. ([#45] by
1210
[@reitermarkus])
1311

14-
Other changes
15-
1612
[#45]: https://github.com/NLnetLabs/octseq/pull/45
1713
[@reitermarkus]: https://github.com/reitermarkus
1814

0 commit comments

Comments
 (0)