mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Update versions and changelogs for v2.2.1
This commit is contained in:
@@ -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
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user