From 4f1b1c0bf07d113fb477e539a62fae30a921f5c9 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 14 Nov 2018 21:17:59 +0000 Subject: [PATCH] Update versions and changelog for 1.1.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- ffi/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64d9770..4860cf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.1.1] - 2018-11-14 + +### Fixed + +- Parsing error caused by using `>=` or `<=` as the comparator in version + functions. +- Parsing error when encountering backslashes in a version or checksum + function's path argument. +- Parsing error when parentheses around expressions are padded with whitespace. + ## [1.1.0] - 2018-10-23 ### Added diff --git a/Cargo.toml b/Cargo.toml index b045b94..e3c6fef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loot-condition-interpreter" -version = "1.1.0" +version = "1.1.1" authors = ["Oliver Hamlet "] license = "MIT" diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index 5bef3b8..2bc8ae2 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loot-condition-interpreter-ffi" -version = "1.1.0" +version = "1.1.1" authors = ["Oliver Hamlet "] license = "MIT" build = "build.rs"