Update versions and changelog for 1.1.0

This commit is contained in:
Oliver Hamlet
2018-10-23 21:12:41 +01:00
parent 0c0e8a6639
commit 80676f72b4
3 changed files with 16 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
# Changelog
## [1.1.0] - 2018-10-23
### Added
- Support for `product_version()` condition functions, e.g.
`product_version("file.exe", "1.0.0", ==)`. It will read the product version
field of the executable at the given path, or error if the given path does not
point to an executable.
## [1.0.0] - 2018-10-21
Initial release
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "loot-condition-interpreter" name = "loot-condition-interpreter"
version = "0.1.0" version = "1.1.0"
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 = "0.1.0" version = "1.1.0"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"] authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
license = "MIT" license = "MIT"
build = "build.rs" build = "build.rs"