Update versions and changelog for 1.1.1

This commit is contained in:
Oliver Hamlet
2018-11-14 21:17:59 +00:00
parent 3007a9e090
commit 4f1b1c0bf0
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -1,5 +1,15 @@
# Changelog # 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 ## [1.1.0] - 2018-10-23
### Added ### Added
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "loot-condition-interpreter" name = "loot-condition-interpreter"
version = "1.1.0" version = "1.1.1"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"] authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
license = "MIT" license = "MIT"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "loot-condition-interpreter-ffi" name = "loot-condition-interpreter-ffi"
version = "1.1.0" version = "1.1.1"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"] authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
license = "MIT" license = "MIT"
build = "build.rs" build = "build.rs"