Skip to content

Commit

Permalink
Release 0.3.1. (#44)
Browse files Browse the repository at this point in the history
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])
  • Loading branch information
partim authored Nov 16, 2023
1 parent ad90890 commit 4f36917
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "octseq"
version = "0.3.1-dev"
version = "0.3.1"
edition = "2021"
rust-version = "1.65"
authors = ["NLnet Labs <[email protected]>"]
Expand Down
8 changes: 2 additions & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# Changelog

## Unrelease next version
## 0.3.1

Breaking changes
Release 2023-11-16.

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])

Bug fixes

Other changes

[#43]: https://github.com/NLnetLabs/octseq/pull/43


Expand Down

0 comments on commit 4f36917

Please sign in to comment.