Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

77 lines (51 loc) · 1.77 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,

Unreleased

1.3 - 2024-10-04

Fixed

  • Incorrect file paths in APT repos.

1.2 - 2024-09-10

Changed

  • Updated dependencies. Notably cryptography dependency is now ~=43.0.1

1.1 - 2024-06-21

Added

  • Command-line interface. Invoke with repopulator (or python3 -m repopulator)

Changed

  • AptRepo.add_distribution informational fields arguments are now optional rather than required.

1.0 - 2024-06-08

Added

  • CRUD for all repo-related objects

Fixed

  • PgpSigner now respects home directory parameter
  • Project is now Stable

0.7 - 2024-06-05

Changed

  • First beta version

0.6 - 2024-06-05

Added

  • Documentation for all of public API

Changed

  • Naming convention changed to conform to PEP standards

0.5 - 2024-06-05

Fixed

  • Broken APT Package.gz generation

0.4 - 2024-06-04

Added

  • Alpine apk repositories are now supported

0.3 - 2024-06-02

Added

  • Pacman repositories are now supported

0.2 - 2024-06-01

Added

  • Initial version