-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*: Updating changelog/Release 0.1.1 (#1)
* doc: Updating changelog * ci: Fix build permissions * ci: Fix issue with docker multi arch builds
- Loading branch information
Showing
3 changed files
with
17 additions
and
4 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
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 |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
name: Publish Python distributions to PyPI and TestPyPI | ||
|
||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- main | ||
|
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 |
---|---|---|
@@ -1,7 +1,21 @@ | ||
Changelog | ||
========= | ||
|
||
0.1 - 2024-09-16 | ||
---------------- | ||
## unreleased | ||
|
||
## 0.1.1 - 2024-09-17 | ||
|
||
### Changed | ||
|
||
- Publishing images to GitHub Registry | ||
- Pushing new releases to PyPI | ||
|
||
### Fixed | ||
|
||
- GitHub pipelines | ||
|
||
## 0.1.0 - 2024-09-16 | ||
|
||
### Added | ||
|
||
- Initial PoC release |