Changelog
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.
[Unreleased]
[0.4.1] - 2026-01-11
Other
- (README) Use “command line interface”
- (cargo) Use “command line interface” in crate description
[0.4.0] - 2025-12-17
Added
- Improve the
alpm-sonameplain output format
Fixed
- Fix clippy warnings for Rust 1.92.0
Other
- [breaking] Unify RelationOrSoname in alpm-types
[0.3.0] - 2025-11-15
Added
- Localize error messages for alpm-soname
- Replace the use of
clap-verbositywithclap-verbosity-flag - [breaking] Remove
BuildInfoV1andBuildInfoV2newconstructors - [breaking] Remove
PackageInfoV1andPackageInfoV2newconstructors
Other
- (readme) Remove
clifeature enabled by default
[0.2.0] - 2025-10-30
Added
- [breaking] Replace
Option<CompressionSettings>withCompressionSettings - [breaking] Replace usages of
alpm_package::compressionwithalpm-compress
Other
- (deps) Update Rust crate assert_cmd to v2.1.1
- Hide cli module documentation
- Split up soname integration tests and integrated rust script
- Cleanup soname modules, dependencies and feature flags
- Make clap-verbosity-flag a workspace dependency
[0.1.0] - 2025-10-07
Added
- Add tests for alpm-soname
- Add alpm-soname crate for soname provision/dependency lookup
Fixed
- Use crate README instead of workspace README
- (deps) Update Rust crate goblin to 0.10.0
Other
- Add documentation for alpm-soname crate