We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ea72f commit 868c16bCopy full SHA for 868c16b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "octseq"
3
-version = "0.3.2-dev"
+version = "0.3.2"
4
edition = "2021"
5
rust-version = "1.65"
6
authors = ["NLnet Labs <[email protected]>"]
Changelog.md
@@ -1,18 +1,14 @@
# Changelog
-## Unreleased next version
+## 0.3.2
-Breaking changes
-
7
-New
+Released 2023-12-28.
8
9
Bug fixes
10
11
* Don’t enable _bytes’_ `std` feature by default. ([#45] by
12
[@reitermarkus])
13
14
-Other changes
15
16
[#45]: https://github.com/NLnetLabs/octseq/pull/45
17
[@reitermarkus]: https://github.com/reitermarkus
18
0 commit comments