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.0] - 2025-06-16

Added

  • (cargo) Use the workspace linting rules
  • Derive Debug for PackageInfoInput
  • Enforce PackageDescription invariants
  • Derive PartialEq for PackageInfo and PackageInfoV1/V2
  • Rely on PackageInfo when parsing PKGINFO data
  • Add PackageInfo as entry point for reading PKGINFO data
  • Add PkgInfoSchema to track PKGINFO data schemas

Fixed

  • Wrong pkginfo tests
  • (cargo) Use the package's README instead of the workspace README

Other

  • Add missing documentation for all public items
  • Cleanup unneeded return statements
  • Update package description specification
  • (justfile) Add cargo-sort-derives
  • Fix typos in README.md of file formats
  • Enum for pkginfo write testing
  • (parser) Add winnow parser for PackageRelation
  • Move PackageInfoV1 and PackageInfoV2 to a module
  • (cargo) Consolidate and sort package section

[0.1.0] - 2025-02-28

Added

  • Add SonameV1 and SonameV2 support for depend and provides
  • (srcinfo) Add srcinfo parser
  • (pkginfo) Add cli feature flag
  • (pkginfo) Add CLI for writing and parsing of PKGINFO files
  • (pkginfo) Create structs for PKGINFO v1 and v2

Fixed

  • Sanitize cargo-insta snapshot names
  • (tests) Replace testdir with tempfile
  • (pkginfo) Do not reuse the same test directory

Other

  • Consolidate keywords in the the SEE ALSO section
  • Switch to rustfmt style edition 2024
  • (cargo) Declare rust-version in the workspace not per crate
  • Streamline wording around keyword assignments
  • (README) Sort components alphabetically
  • (README) Sort links alphabetically
  • (srcinfo) README
  • (format) Merge imports
  • (types) Rename PkgInfo -> PackageInfo
  • (types) Rename OptDepend -> OptionalDependency
  • (types) Rename PkgType -> PackageType
  • (types) Rename PkgDesc -> PackageDescription
  • (README) Add missing link target for alpm-pkginfo
  • (README) Add information on releases and OpenPGP verification
  • Add alpm-pkginfo to mdbook setup and top-level README
  • (pkginfo) Clean up API surface
  • (pkginfo) Assert the output of commands in README.md
  • (pkginfo) Add integration tests for writing and parsing PKGINFO
  • (pkginfo) Add documentation for alpm-pkginfo crate
  • (readme) Mention the official announcement in top-level documentation
  • Move listing of specifications to mdbook setup
  • Add/ Update links to latest project documentation
  • (mtree) Update main README for new MTREE specs
  • More precisely distinguish pkgver from alpm-pkgver
  • (README) Update components section with current libraries
  • (README) Add information on specs and implementations
  • (README) Add visualization providing a project overview
  • (README) Add links to all current specifications
  • (PKGINFO) Add specification for PKGINFOv2
  • (PKGINFO) Add specification for PKGINFOv1
  • Add initial project README