Skip to content

Commit

Permalink
update changelog and bump version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Oct 27, 2017
1 parent 628e012 commit 3dd6672
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

### Changed

## 3.2.1 - 2017-10-27

### Thanks

- @ordian for `alt_complete` fixes
- @friedm for documentation fixes
- @kali for improving error management

### Fixed

- there were cases where `alt_complete` could return `Incomplete`

### Added

- 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


## 3.2.0 - 2017-07-24

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

## Compare code

* [unreleased]: https://github.com/Geal/nom/compare/3.2.0...HEAD
* [unreleased]: https://github.com/Geal/nom/compare/3.2.1...HEAD
* [3.2.1]: https://github.com/Geal/nom/compare/3.2.0...3.2.1
* [3.2.0]: https://github.com/Geal/nom/compare/3.1.0...3.2.0
* [3.1.0]: https://github.com/Geal/nom/compare/3.0.0...3.1.0
* [3.0.0]: https://github.com/Geal/nom/compare/2.2.1...3.0.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 = "3.2.0"
version = "3.2.1"
authors = [ "contact@geoffroycouprie.com" ]
description = "A byte-oriented, zero-copy, parser combinators library"
license = "MIT"
Expand Down

0 comments on commit 3dd6672

Please sign in to comment.