All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Adds MSRV to 1.70.0
- Adds
--install-default
option tomanagers
command. - Removes unneccessary use of
sudo
(#54).
- Maintenance release.
- Adds CI to release binary.
- Hotfix: Fix broken install of local deb packages
- Update to dependencies.
- Improves support for installing from URL (apt, dnf, zypper, yum)
- Improves code architecture (mostly refactor).
- Adds support for installing from URL
- Rewrite and fixes to tests and CICD pipeline.
- Adds support for writing output in
--json
format.
- Adds support for zypper (openSUSE).
- ManHandler renamed to PkgManagerHandler
- refactor: Merged workspace into single crate
- Refactor: renamed mpm to libmpm and mpm-cli to mpm
- Initial release