Skip to content

Commit 3dd6672

Browse files
committed
update changelog and bump version to 3.2.1
1 parent 628e012 commit 3dd6672

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44

55
### Changed
66

7+
## 3.2.1 - 2017-10-27
8+
9+
### Thanks
10+
11+
- @ordian for `alt_complete` fixes
12+
- @friedm for documentation fixes
13+
- @kali for improving error management
14+
15+
### Fixed
16+
17+
- there were cases where `alt_complete` could return `Incomplete`
18+
19+
### Added
20+
21+
- an `into_error_kind` method can be used to transform any error to a common value. This helps when the library is included multiple times as dependency with different feature sets
22+
23+
724
## 3.2.0 - 2017-07-24
825

926
### Thanks
@@ -765,7 +782,8 @@ Considering the number of changes since the last release, this version can conta
765782

766783
## Compare code
767784

768-
* [unreleased]: https://github.com/Geal/nom/compare/3.2.0...HEAD
785+
* [unreleased]: https://github.com/Geal/nom/compare/3.2.1...HEAD
786+
* [3.2.1]: https://github.com/Geal/nom/compare/3.2.0...3.2.1
769787
* [3.2.0]: https://github.com/Geal/nom/compare/3.1.0...3.2.0
770788
* [3.1.0]: https://github.com/Geal/nom/compare/3.0.0...3.1.0
771789
* [3.0.0]: https://github.com/Geal/nom/compare/2.2.1...3.0.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

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

0 commit comments

Comments
 (0)