bump version to 0.3.7 and update changelog

This commit is contained in:
Geoffroy Couprie 2015-06-24 11:23:27 +02:00
parent fe86884081
commit a26ab8fc37
2 changed files with 12 additions and 2 deletions

View File

@ -4,6 +4,15 @@
### Changed
## 0.3.7 - 2015-06-24
### Added
- `expr_res!` and `expr_opt!` evaluate an expression returning a Result or Opt and convert it to IResult
- `AsBytes` is implemented for fixed size arrays. This allows `tag!([41u8, 42u8])`
### Fixed
- `count_fixed!` argument parsing works again
## 0.3.6 - 2015-06-15
### Added
@ -210,7 +219,8 @@
## Compare code
* [unreleased]: https://github.com/Geal/nom/compare/0.3.6...HEAD
* [unreleased]: https://github.com/Geal/nom/compare/0.3.7...HEAD
* [0.3.7]: https://github.com/Geal/nom/compare/0.3.5...0.3.7
* [0.3.6]: https://github.com/Geal/nom/compare/0.3.5...0.3.6
* [0.3.5]: https://github.com/Geal/nom/compare/0.3.4...0.3.5
* [0.3.4]: https://github.com/Geal/nom/compare/0.3.3...0.3.4

View File

@ -1,7 +1,7 @@
[package]
name = "nom"
version = "0.3.6"
version = "0.3.7"
authors = [ "contact@geoffroycouprie.com" ]
description = "A byte oriented, zero copy, parser combinators library"
license = "MIT"