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.
0.12.0 - 2024-08-06
- Add cargo deny to check dependencies
- Add thirdparty licenses with cargo-bundle-licenses
- Add info on dependencies and licenses
- Update dependencies
- Remove unnecessary dependency feature
0.11.0 - 2024-08-04
- 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
- Rename Sources to Extractor module
0.10.1 - 2024-08-02
- Enable more lints and fix them
0.10.0 - 2024-08-01
- Correctly handle active support without known end
- Updated CHANGELOG.md
0.9.0 - 2024-08-01
- Add database files to repository
- Add support for Ansible Core and Community
- Add table views
0.8.0 - 2024-07-30
- Add CHANGELOG.md
- Add config-file argument to specify path
- Add log_level setting to config file
- New release
- Fixed broken link in README.md
0.7.0 - 2024-07-30
- Add database updates
0.6.2 - 2024-07-29
- Add GitHub Actions
- Add project metadata for crates.io
0.6.1 - 2024-07-29
- Updated dependencies
0.6.0 - 2024-07-29
- Rename to assetinfo
0.5.0 - 2024-07-29
- Enabled docker image version extraction from OCI labels
0.4.3 - 2024-07-29
- Add tests for filesystem-based operations
0.4.2 - 2024-07-26
- Do not parse output if return code is non-zero
0.4.1 - 2024-07-26
- Fixed negative numbers when EOL is reached
0.4.0 - 2024-07-26
- Add mode to check all supported programs
0.3.0 - 2024-07-26
- Display support status from endoflife.date
0.2.0 - 2024-07-26
- Allow specifying user for binary execution
- Initial commit