3.1.0
2023-04-24
What's new
- New flag
--allow-downgrade
. Allows downgrading your current version to the target one.- Example: current
2.0.0
, latest1.0.0
will downgrade from2.0.0
to1.0.0
. Without the flag the package will be ignored.
- Example: current
Fixes
- Versions that are not an upgrade will be ignored.
- Incorrect dependency count when using flag
--filter
.