-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a changelog to the project (#23)
Follow guidelines on keepachangelog.com to create a public-facing document of pyprefab changes.
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Changelog | ||
|
||
All notable changes to `pyprefab` are documented here. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com), and the project uses [Semantic Versioning](https://semver.org/). | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
|
||
- New templates for GitHub workflows: ci (linting, tests, and coverage), publishing to TestPyPI, and publishing to PyPI | ||
- Project changelog | ||
|
||
## [0.3.2] - [2025-01-13](https://github.com/bsweger/pyprefab/compare/v0.3.1...v0.3.2) | ||
|
||
### Changed | ||
|
||
- Rename CLI command to `pyprefab` | ||
|
||
## [0.3.1] - [2025-01-13](https://github.com/bsweger/pyprefab/compare/v0.3.0...v0.3.1) | ||
|
||
### Added | ||
|
||
- New templates for generating Python package boilerplate: .gitignore, README.md, app.py | ||
|
||
### Changed | ||
|
||
- Rename project to `pyprefab` | ||
|
||
### Removed | ||
|
||
- Removed sample `hello_world` module in favor of template-driven boilerplate | ||
|
||
## [0.3.0] - [2025-01-12](https://github.com/bsweger/pyprefab/compare/v0.2.1...v0.3.0) | ||
|
||
### Added | ||
|
||
- Added `pyproject.toml` template as the first piece of template-driven Python boilerplate | ||
|
||
### Removed | ||
|
||
- Removed artifacts from prior iteration of `pyprefab` that pre-dates the template-drive approach |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters