Skip to content

Commit

Permalink
bump: 0.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
cpg-software-ci-bot committed Feb 2, 2025
1 parent f1cab3e commit f1de497
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:
contents: read

env:
VERSION: 0.1.0
VERSION: 0.1.1

jobs:
docker:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# CHANGELOG


## v0.1.1 (2025-02-02)

### Bug Fixes

- **docker.yaml**: Add condition to only push versioned image on bump
([`06f7326`](https://github.com/populationgenomics/cpg-flow/commit/06f73261323b40eeec5c830a45f094bb665d4975))


## v0.1.0 (2025-01-28)

### Continuous Integration
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit f1de497

Please sign in to comment.