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