Skip to content

Commit 7839040

Browse files
author
semantic-release
committed
1.19.0
Automatically generated by python-semantic-release
1 parent 8179a58 commit 7839040

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
<!-- version list -->
44

5+
## v1.19.0 (2026-03-31)
6+
7+
### Bug Fixes
8+
9+
- Correct platform handling and tag formatting in Docker build workflow
10+
([`c76ec11`](https://github.com/milsman2/python-app-template/commit/c76ec11695660a41333d62b5fb520b54f893433a))
11+
12+
- Remove DOCKER_PLATFORMS variable from CI/CD workflow
13+
([`551e671`](https://github.com/milsman2/python-app-template/commit/551e671c000033ed36714f7db637501dab7563cc))
14+
15+
- Remove unnecessary blank line in CI/CD workflow
16+
([`829fb83`](https://github.com/milsman2/python-app-template/commit/829fb83439f31f6fc7c1dbf83909440afae156f6))
17+
18+
- Update Docker tags format in CI/CD and release workflows
19+
([`3158fc0`](https://github.com/milsman2/python-app-template/commit/3158fc03e42b37246582aee7b680abf43e3938a8))
20+
21+
### Features
22+
23+
- Add multi-architecture support for Docker builds and scans
24+
([`368b176`](https://github.com/milsman2/python-app-template/commit/368b1768ebca2462ee93c6c96ccb89ebd93463be))
25+
26+
- Add wait step for Docker image availability in build workflow
27+
([`b08fdef`](https://github.com/milsman2/python-app-template/commit/b08fdef0a9dcab51614456e43b1c9bd0ada689bd))
28+
29+
- Simplify Docker build workflow by removing unused variables and updating multi-arch image handling
30+
([`103a0af`](https://github.com/milsman2/python-app-template/commit/103a0afe8db8c85f6337d09d46ac59df852d7d65))
31+
32+
533
## v1.18.2 (2026-03-28)
634

735
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sample_python_app"
3-
version = "1.18.2"
3+
version = "1.19.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)