Skip to content

Commit

Permalink
v7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Jan 15, 2023
1 parent a534b39 commit 869f897
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@

### Changed

## 7.1.3 - 2023-01-15

### Thanks

- @Shadow53

### Fixed

- panic in `many` and `count` combinators when the output type is zero sized

## 7.1.2 - 2023-01-01

### Thanks
Expand Down Expand Up @@ -1475,7 +1485,8 @@ Considering the number of changes since the last release, this version can conta

## Compare code

* [unreleased](https://github.com/Geal/nom/compare/7.1.2...HEAD)
* [unreleased](https://github.com/Geal/nom/compare/7.1.3...HEAD)
* [7.1.2](https://github.com/Geal/nom/compare/7.1.2...7.1.3)
* [7.1.2](https://github.com/Geal/nom/compare/7.1.1...7.1.2)
* [7.1.1](https://github.com/Geal/nom/compare/7.1.0...7.1.1)
* [7.1.0](https://github.com/Geal/nom/compare/7.0.0...7.1.0)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "nom"
version = "7.1.2"
version = "7.1.3"
authors = [ "contact@geoffroycouprie.com" ]
description = "A byte-oriented, zero-copy, parser combinators library"
license = "MIT"
Expand Down

0 comments on commit 869f897

Please sign in to comment.