Skip to content

Commit 97f2813

Browse files
authored
Release 0.3.0. (#42)
Breaking changes * Change the lifetime of the range for a reference to the lifetime of the reference. ([#41] by [@xofyarg]) * Explicitly re-export select items at crate level rather than wildcard export everything. ([#39]) New * Adds a `BuilderAppendError<_>` type alias that simplifies trait bounds for complex `FromBuilder` trait bounds. ([#38]) Bug fixes * Fix `Parser::peek_all` to only return data up until the parser's length rather than all data. ([#40])
1 parent 7fbe4ca commit 97f2813

File tree

2 files changed

+4
-4
lines changed

2 files changed

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

Changelog.md

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

3-
## Next unreleased version
3+
## 0.3.0
4+
5+
Release 2023-10-18.
46

57
Breaking changes
68

@@ -19,8 +21,6 @@ Bug fixes
1921
* Fix `Parser::peek_all` to only return data up until the parser's
2022
length rather than all data. ([#40])
2123

22-
Other changes
23-
2424
[#38]: https://github.com/NLnetLabs/octseq/pull/38
2525
[#39]: https://github.com/NLnetLabs/octseq/pull/39
2626
[#40]: https://github.com/NLnetLabs/octseq/pull/40

0 commit comments

Comments
 (0)