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.3.0
This commit is contained in:
@@ -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
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user