Update versions and changelog for v1.2.0

This commit is contained in:
Oliver Hamlet
2018-12-22 23:51:01 +00:00
parent 9ef82fe886
commit 517b636743
3 changed files with 16 additions and 2 deletions
+14
View File
@@ -1,5 +1,19 @@
# Changelog # Changelog
## [1.2.0] - 2018-12-22
### Added
- Support for parsing version strings that match the regular expression
`\d+, \d+, \d+, \d+`.
### Changed
- An executable's product version is now read from the `ProductVersion` field in
the executable's `VS_VERSIONINFO` structure, not from the product version
fields in the `VS_FIXEDFILEINFO` structure. This is so that the version read
matches the version displayed by Windows' File Explorer.
## [1.1.1] - 2018-11-14 ## [1.1.1] - 2018-11-14
### Fixed ### Fixed
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "loot-condition-interpreter" name = "loot-condition-interpreter"
version = "1.1.1" version = "1.2.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 = "1.1.1" version = "1.2.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"