Update versions and changelog for v2.0.1

This commit is contained in:
Oliver Hamlet
2019-07-23 19:15:35 +01:00
parent b9d5d57dac
commit 90cbeff71a
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog # Changelog
## [2.0.1] - 2019-07-23
### Fixed
- Regular expressions are now prefixed with `^` and suffixed with `$` to ensure
that only exact matches to the given expression are found.
## [2.0.0] - 2019-06-30 ## [2.0.0] - 2019-06-30
### Added ### Added
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "loot-condition-interpreter" name = "loot-condition-interpreter"
version = "2.0.0" version = "2.0.1"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"] authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
license = "MIT" license = "MIT"
edition = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "loot-condition-interpreter-ffi" name = "loot-condition-interpreter-ffi"
version = "2.0.0" version = "2.0.1"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"] authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
license = "MIT" license = "MIT"
build = "build.rs" build = "build.rs"