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 ¶
Empty
[4.3.0] - 2022-02-20 ¶
Changed ¶
Fixed ¶
- Fixed contributing common page with workflow changes of the last year:
- use of
pipenv
- simplified instructions and wording
- Fixed
SOURCE_DATE_EPOCH
variable in Makefile
: added an option to hide the git signature that would prevent the correct output for the variable if not hidden.
Added ¶
- Added git remote instructions for AUR repositories: the AUR repositories are not used as submodules of frnmst-aur-packages-mirror, which is now deprecated. Content is simply pushed on multiple remotes.
[4.2.0] - 2021-12-05 ¶
Changed ¶
- Use of verbatim blueprints instead of copy-paste.
- Updated email.
Fixed ¶
- Use of atomic git operations to push changes to build AUR package.
Added ¶
- Added a blueprint file containing the post-receive hook configuration instead of having it embedded in the script.
[4.1.2] - 2021-10-18 ¶
Changed ¶
- Relaxed Python package requirements in the
Pipfile
.
Added ¶
- Added new options in the
Makefile
blueprint.
Removed ¶
- Removed
[requires]
section from the Pipfile
.
[4.1.1] - 2021-09-29 ¶
Changed ¶
- Improved workflow common documentation.
- Updated package dependencies.
Added ¶
- Added option in the
Makefile
blueprint.
[4.1.0] - 2021-08-23 ¶
Changed ¶
- Improved existing blueprints.
Added ¶
- Added and updated some pre-commit hooks.
back to software/fpydocs