Update versions and changelog for v1.2.2

This commit is contained in:
Oliver Hamlet
2019-01-26 09:50:40 +00:00
parent 53a5e22225
commit ea3a922ee7
3 changed files with 14 additions and 3 deletions
+12 -1
View File
@@ -1,6 +1,17 @@
# Changelog
## [1.2.1] - 2018-01-20
## [1.2.2] - 2019-01-26
### Fixed
- `file(<regex>)`, `active(<regex>)`, `many(<regex>)` and `many_active(<regex>)`
did not parse the closing `)`, causing any remaining input to be skipped.
## Changed
- Parsing expressions will now fail if it does not consume all the given input.
## [1.2.1] - 2019-01-20
### Fixed
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "loot-condition-interpreter"
version = "1.2.1"
version = "1.2.2"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
license = "MIT"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "loot-condition-interpreter-ffi"
version = "1.2.1"
version = "1.2.2"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
license = "MIT"
build = "build.rs"