Skip to content

Commit 869f897

Browse files
committed
v7.1.3
1 parent a534b39 commit 869f897

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66

77
### Changed
88

9+
## 7.1.3 - 2023-01-15
10+
11+
### Thanks
12+
13+
- @Shadow53
14+
15+
### Fixed
16+
17+
- panic in `many` and `count` combinators when the output type is zero sized
18+
919
## 7.1.2 - 2023-01-01
1020

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

14761486
## Compare code
14771487

1478-
* [unreleased](https://github.com/Geal/nom/compare/7.1.2...HEAD)
1488+
* [unreleased](https://github.com/Geal/nom/compare/7.1.3...HEAD)
1489+
* [7.1.2](https://github.com/Geal/nom/compare/7.1.2...7.1.3)
14791490
* [7.1.2](https://github.com/Geal/nom/compare/7.1.1...7.1.2)
14801491
* [7.1.1](https://github.com/Geal/nom/compare/7.1.0...7.1.1)
14811492
* [7.1.0](https://github.com/Geal/nom/compare/7.0.0...7.1.0)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "nom"
4-
version = "7.1.2"
4+
version = "7.1.3"
55
authors = [ "[email protected]" ]
66
description = "A byte-oriented, zero-copy, parser combinators library"
77
license = "MIT"

0 commit comments

Comments
 (0)