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.0
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [2.1.0] - 2019-10-05
|
||||
|
||||
### Added
|
||||
|
||||
- Support for an `is_master(file path)` condition function that returns true if
|
||||
the given file path is a master plugin, and false otherwise.
|
||||
|
||||
## [2.0.1] - 2019-07-23
|
||||
|
||||
### Fixed
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "loot-condition-interpreter"
|
||||
version = "2.0.1"
|
||||
version = "2.1.0"
|
||||
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.0.1"
|
||||
version = "2.1.0"
|
||||
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
|
||||
license = "MIT"
|
||||
build = "build.rs"
|
||||
|
||||
Reference in New Issue
Block a user