mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Update versions and changelog for v2.1.1
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## [2.1.1] - 2020-06-13
|
||||
|
||||
### Changed
|
||||
|
||||
- Checksum calculations are now much faster for larger files.
|
||||
- Directory paths are now handled more gracefully in `checksum()`, `version()` and `product_version()` conditions.
|
||||
- Resolved some `rustc` deprecation warnings by replacing usage of `std::error::Error`'s `description()` function with `to_string()`.
|
||||
- Updated cbindgen to v0.14.
|
||||
- Updated pelite to v0.8.0.
|
||||
|
||||
## [2.1.0] - 2019-10-05
|
||||
|
||||
### Added
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "loot-condition-interpreter"
|
||||
version = "2.1.0"
|
||||
version = "2.1.1"
|
||||
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "loot-condition-interpreter-ffi"
|
||||
version = "2.1.0"
|
||||
version = "2.1.1"
|
||||
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
|
||||
license = "MIT"
|
||||
build = "build.rs"
|
||||
|
||||
Reference in New Issue
Block a user