# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.12.0] - 2024-08-06 ### Added - Add cargo deny to check dependencies - Add thirdparty licenses with cargo-bundle-licenses - Add info on dependencies and licenses ### Changed - Update dependencies ### Removed - Remove unnecessary dependency feature ## [0.11.0] - 2024-08-04 ### Added - Add mocks for endoflife.date API - Add tests for Version comparison - Add custom error for Extractors using thiserror - Changed config format from JSON to TOML - Add basic usage documentation to README ### Changed - Rename Sources to Extractor module ## [0.10.1] - 2024-08-02 ### Changed - Enable more lints and fix them ## [0.10.0] - 2024-08-01 ### Added - Correctly handle active support without known end ### Changed - Updated CHANGELOG.md ## [0.9.0] - 2024-08-01 ### Added - Add database files to repository - Add support for Ansible Core and Community - Add table views ## [0.8.0] - 2024-07-30 ### Added - Add CHANGELOG.md - Add config-file argument to specify path - Add log_level setting to config file - New release ### Fixed - Fixed broken link in README.md ## [0.7.0] - 2024-07-30 ### Added - Add database updates ## [0.6.2] - 2024-07-29 ### Added - Add GitHub Actions - Add project metadata for crates.io ## [0.6.1] - 2024-07-29 ### Changed - Updated dependencies ## [0.6.0] - 2024-07-29 ### Added - Rename to assetinfo ## [0.5.0] - 2024-07-29 ### Added - Enabled docker image version extraction from OCI labels ## [0.4.3] - 2024-07-29 ### Added - Add tests for filesystem-based operations ## [0.4.2] - 2024-07-26 ### Fixed - Do not parse output if return code is non-zero ## [0.4.1] - 2024-07-26 ### Fixed - Fixed negative numbers when EOL is reached ## [0.4.0] - 2024-07-26 ### Added - Add mode to check all supported programs ## [0.3.0] - 2024-07-26 ### Added - Display support status from endoflife.date ## [0.2.0] - 2024-07-26 ### Added - Allow specifying user for binary execution ## [0.1.0] - 2024-07-25 ### Added - Initial commit [0.12.0]: https://github.com/bbastin/assetinfo/compare/v0.11.0..v0.12.0 [0.11.0]: https://github.com/bbastin/assetinfo/compare/v0.10.1..v0.11.0 [0.10.1]: https://github.com/bbastin/assetinfo/compare/v0.10.0..v0.10.1 [0.10.0]: https://github.com/bbastin/assetinfo/compare/v0.9.0..v0.10.0 [0.9.0]: https://github.com/bbastin/assetinfo/compare/v0.8.0..v0.9.0 [0.8.0]: https://github.com/bbastin/assetinfo/compare/v0.7.0..v0.8.0 [0.7.0]: https://github.com/bbastin/assetinfo/compare/v0.6.2..v0.7.0 [0.6.2]: https://github.com/bbastin/assetinfo/compare/v0.6.1..v0.6.2 [0.6.1]: https://github.com/bbastin/assetinfo/compare/v0.6.0..v0.6.1 [0.6.0]: https://github.com/bbastin/assetinfo/compare/v0.5.0..v0.6.0 [0.5.0]: https://github.com/bbastin/assetinfo/compare/v0.4.3..v0.5.0 [0.4.3]: https://github.com/bbastin/assetinfo/compare/v0.4.2..v0.4.3 [0.4.2]: https://github.com/bbastin/assetinfo/compare/v0.4.1..v0.4.2 [0.4.1]: https://github.com/bbastin/assetinfo/compare/v0.4.0..v0.4.1 [0.4.0]: https://github.com/bbastin/assetinfo/compare/v0.3.0..v0.4.0 [0.3.0]: https://github.com/bbastin/assetinfo/compare/v0.2.0..v0.3.0 [0.2.0]: https://github.com/bbastin/assetinfo/compare/v0.1.0..v0.2.0