Skip to content

Commit 9848a16

Browse files
committed
Update CHANGELOG.md
1 parent 50bcf12 commit 9848a16

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,23 @@
22

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

5+
## [0.5.4] - 2024-09-10
6+
### Packaging
7+
- Check consistency between tag version and `pyproject.toml` version.
8+
- Added extraction of changelog content for release notes from `CHANGELOG.md`.
9+
- Switched to `actions/attest-build-provenance@v1` from `gh-action-sigstore-python`.
10+
511
## [0.5.3] - 2024-09-06
6-
### Fixed
12+
### Packaging
713
- Updated `gh-action-sigstore-python` version to `v3.0.0` in GitHub Actions workflow.
814

915
## [0.5.2] - 2024-09-05
10-
### Added
16+
### Packaging
1117
- Migrated to `pyproject.toml` and Hatchling build system.
12-
- Added support for Python 3.12 and 3.13.0-rc.1 in the test matrix.
18+
- Added Python 3.12 and 3.13.0-rc.1 to the test matrix.
1319
- Updated CI workflows and actions to the latest versions.
1420
- Enabled attestations for publishing.
1521
- Added publishing to Test PyPI and GitHub releases.
16-
17-
### Removed
1822
- Dropped support for Python 3.6 and 3.7 due to end-of-life.
1923

2024
## [0.5.1] - 2023-04-27
@@ -25,6 +29,7 @@ All notable changes to this project will be documented in this file.
2529
## [0.5.0] - 2023-04-27
2630
### Added
2731
- Implemented a new release format and workflow.
32+
- Drop Python 2.x support.
2833
- Updated dependencies in `setup.py`.
2934

3035
## [0.4.1] - 2022-05-06

0 commit comments

Comments
 (0)