Skip to content

Commit 4f36917

Browse files
authored
Release 0.3.1. (#44)
New * Added `Parser::with_range` and `Parser::try_with_range` that allow creating a parser positioned and length-limited according to a given range. ([#43])
1 parent ad90890 commit 4f36917

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.1-dev"
3+
version = "0.3.1"
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,19 +1,15 @@
11
# Changelog
22

3-
## Unrelease next version
3+
## 0.3.1
44

5-
Breaking changes
5+
Release 2023-11-16.
66

77
New
88

99
* Added `Parser::with_range` and `Parser::try_with_range` that allow
1010
creating a parser positioned and length-limited according to a given
1111
range. ([#43])
1212

13-
Bug fixes
14-
15-
Other changes
16-
1713
[#43]: https://github.com/NLnetLabs/octseq/pull/43
1814

1915

0 commit comments

Comments
 (0)