Update versions and changelogs for v2.2.1

This commit is contained in:
Oliver Hamlet
2021-04-25 20:02:12 +01:00
parent d3fec5ee6a
commit eae8f542ea
3 changed files with 15 additions and 2 deletions
+13
View File
@@ -1,5 +1,18 @@
# Changelog
## [2.2.1] - 2021-04-25
### Changed
- Version comparison now compares numeric against non-numeric release
identifiers (and vice versa) by comparing the numeric value against the
numeric value of leading digits in the non-numeric value, and treating the
latter as greater if the two numeric values are equal. The numeric value as
treated as less than the non-numeric value if the latter has no leading
digits. Previously all non-numeric identifiers were always greater than any
numeric identifier. For example, `78b` was previously considered to be greater
than `86`, but is now considered to be less than `86`.
## [2.2.0] - 2021-04-17
### Added
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "loot-condition-interpreter"
version = "2.2.0"
version = "2.2.1"
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.0"
version = "2.2.1"
authors = ["Oliver Hamlet <oliver@ortham.io>"]
license = "MIT"
build = "build.rs"