All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
1.3 - 2024-10-04
- Incorrect file paths in APT repos.
1.2 - 2024-09-10
- Updated dependencies. Notably
cryptography
dependency is now ~=43.0.1
1.1 - 2024-06-21
- Command-line interface. Invoke with
repopulator
(orpython3 -m repopulator
)
- AptRepo.add_distribution informational fields arguments are now optional rather than required.
1.0 - 2024-06-08
- CRUD for all repo-related objects
PgpSigner
now respects home directory parameter- Project is now Stable
0.7 - 2024-06-05
- First beta version
0.6 - 2024-06-05
- Documentation for all of public API
- Naming convention changed to conform to PEP standards
0.5 - 2024-06-05
- Broken APT
Package.gz
generation
0.4 - 2024-06-04
- Alpine apk repositories are now supported
0.3 - 2024-06-02
- Pacman repositories are now supported
0.2 - 2024-06-01
- Initial version