Update versions and changelog for v2.2.2

This commit is contained in:
Oliver Hamlet
2022-02-04 16:52:51 +00:00
parent d874dfcdbc
commit a17542c0e9
3 changed files with 15 additions and 2 deletions
+13
View File
@@ -1,5 +1,18 @@
# Changelog
## [2.2.2] - 2022-02-04
### Changed
- Updated nom to v7.0.0.
- Updated cbindgen to v0.20.
### Fixed
- Two versions that only differ by the presence and absence of pre-release
identifiers were not correctly compared according to Semantic Versioning,
which states that `1.0.0-alpha` is less than `1.0.0`.
## [2.2.1] - 2021-04-25
### Changed
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "loot-condition-interpreter"
version = "2.2.1"
version = "2.2.2"
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.1"
version = "2.2.2"
authors = ["Oliver Hamlet <oliver@ortham.io>"]
license = "MIT"
build = "build.rs"