Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.2.3] - 2025-12-17

Fixed

  • Fix clippy warnings for Rust 1.92.0

[0.2.2] - 2025-11-15

Added

  • Localize error messages for alpm-pkgbuild

Fixed

  • Adjust links to external items for Rust 1.91.0

Other

  • (readme) Remove empty heading

[0.2.1] - 2025-10-07

Other

  • Fix violations of MD022 and MD032
  • Hide winnow_debug feature flag

[0.1.0] - 2025-07-24

Added

  • Add source_info_v1_from_pkgbuild function
  • Add pkgbuild srcinfo comparison command
  • BridgeOutput to SourceInfo conversion
  • PKGBUILD bridge parser
  • Use bridge script to export PKGBUILD variables

Other

  • Move BridgeOutput to SourceInfo conversion to alpm-srcinfo
  • Clean up, and feature gate API surface
  • Move alpm-pkgbuild srcinfo-compare function to dev-tools
  • BridgeOutput to SourceInfo conversion errors
  • Add minimalistic PKGBUILD test
  • Add empty value test
  • Add run_bridge_script error cases
  • Add project documentation