mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Update versions and changelog for v1.2.2
This commit is contained in:
+12
-1
@@ -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
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user