Update versions and changelog for v2.1.0

This commit is contained in:
Oliver Hamlet
2019-10-05 13:24:52 +01:00
parent e5755629e6
commit 1075596e99
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -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
View File
@@ -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
View File
@@ -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"