Update versions and changelog for v2.3.0

This commit is contained in:
Oliver Hamlet
2022-02-27 08:26:49 +00:00
parent 548793ba34
commit 85e92873bd
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [2.3.0] - 2022-02-26
### Added
- Support for a `readable(path)` condition function that returns true if
the given path is a readable file or directory and false otherwise.
## [2.2.2] - 2022-02-04
### Changed
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "loot-condition-interpreter"
version = "2.2.2"
version = "2.3.0"
authors = ["Oliver Hamlet <oliver@ortham.io>"]
license = "MIT"
edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "loot-condition-interpreter-ffi"
version = "2.2.2"
version = "2.3.0"
authors = ["Oliver Hamlet <oliver@ortham.io>"]
license = "MIT"
build = "build.rs"