File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
11
## [ 0.5.3] - 2024-09-06
6
- ### Fixed
12
+ ### Packaging
7
13
- Updated ` gh-action-sigstore-python ` version to ` v3.0.0 ` in GitHub Actions workflow.
8
14
9
15
## [ 0.5.2] - 2024-09-05
10
- ### Added
16
+ ### Packaging
11
17
- 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.
13
19
- Updated CI workflows and actions to the latest versions.
14
20
- Enabled attestations for publishing.
15
21
- Added publishing to Test PyPI and GitHub releases.
16
-
17
- ### Removed
18
22
- Dropped support for Python 3.6 and 3.7 due to end-of-life.
19
23
20
24
## [ 0.5.1] - 2023-04-27
@@ -25,6 +29,7 @@ All notable changes to this project will be documented in this file.
25
29
## [ 0.5.0] - 2023-04-27
26
30
### Added
27
31
- Implemented a new release format and workflow.
32
+ - Drop Python 2.x support.
28
33
- Updated dependencies in ` setup.py ` .
29
34
30
35
## [ 0.4.1] - 2022-05-06
You can’t perform that action at this time.
0 commit comments