We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76d9c5 commit 330db82Copy full SHA for 330db82
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "octseq"
3
-version = "0.4.0-dev"
+version = "0.4.0"
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.4.0
+
+Released 2024-01-09
7
Breaking changes
8
9
* Update _heapless_ dependency to 0.8. ([#47] by
10
[@reitermarkus])
11
-New
-
12
-Bug fixes
13
14
-Other changes
15
16
[#47]: https://github.com/NLnetLabs/octseq/pull/45
17
[@reitermarkus]: https://github.com/reitermarkus
18
0 commit comments