Skip to content

Commit

Permalink
*: Updating changelog/Release 0.1.1 (#1)
Browse files Browse the repository at this point in the history
* doc: Updating changelog
* ci: Fix build permissions
* ci: Fix issue with docker multi arch builds
  • Loading branch information
phibos authored Sep 17, 2024
1 parent 5c921ca commit 3b4cb5c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
push: true
push: ${{ github.ref == 'refs/heads/main' || github.event_name == 'release' }}
platforms: |
linux/amd64
linux/arm64/v8
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
name: Publish Python distributions to PyPI and TestPyPI

on:
pull_request:
push:
branches:
- main
Expand Down
18 changes: 16 additions & 2 deletions CHANGELOG.md
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

0 comments on commit 3b4cb5c

Please sign in to comment.