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.0
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
# 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
|
||||
|
||||
### Fixed
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "loot-condition-interpreter"
|
||||
version = "1.1.1"
|
||||
version = "1.2.0"
|
||||
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "loot-condition-interpreter-ffi"
|
||||
version = "1.1.1"
|
||||
version = "1.2.0"
|
||||
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
|
||||
license = "MIT"
|
||||
build = "build.rs"
|
||||
|
||||
Reference in New Issue
Block a user