Skip to content

Commit acc0e51

Browse files
committed
bump: version 4.1.5 → 4.1.6
1 parent 8c70855 commit acc0e51

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

Diff for: .cz.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ commitizen:
44
name: cz_conventional_commits
55
tag_format: v$version
66
update_changelog_on_bump: true
7-
version: 4.1.5
7+
version: 4.1.6
88
version_files:
99
- README.md
1010
version_scheme: semver

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v4.1.6 (2025-01-17)
2+
3+
### Refactor
4+
5+
- **docker-build**: build linux/arm64 on ubuntu-24.04-arm runner (#55)
6+
17
## v4.1.5 (2025-01-17)
28

39
### Refactor

Diff for: README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ GitHub action for using a matrix strategy to distribute the build for
6262
```yml
6363
jobs:
6464
main:
65-
uses: coatl-dev/workflows/.github/workflows/[email protected].5
65+
uses: coatl-dev/workflows/.github/workflows/[email protected].6
6666
with:
6767
registry-image: user/app
6868
metadata-tags: |
@@ -120,7 +120,7 @@ on:
120120
121121
jobs:
122122
pip-compile-upgrade:
123-
uses: coatl-dev/workflows/.github/workflows/[email protected].5
123+
uses: coatl-dev/workflows/.github/workflows/[email protected].6
124124
with:
125125
path: requirements.txt
126126
secrets:
@@ -171,7 +171,7 @@ on:
171171
172172
jobs:
173173
pre-commit-autoupdate:
174-
uses: coatl-dev/workflows/.github/workflows/[email protected].5
174+
uses: coatl-dev/workflows/.github/workflows/[email protected].6
175175
with:
176176
skip-repos: 'flake8'
177177
secrets:
@@ -196,7 +196,7 @@ to install Python and invoke [`pre-commit`].
196196
```yaml
197197
jobs:
198198
main:
199-
uses: coatl-dev/workflows/.github/workflows/[email protected].5
199+
uses: coatl-dev/workflows/.github/workflows/[email protected].6
200200
with:
201201
skip-hooks: 'pylint'
202202
```
@@ -210,7 +210,7 @@ This workflow will install Python and invoke `pylint` to analyze your code.
210210
```yaml
211211
jobs:
212212
main:
213-
uses: coatl-dev/workflows/.github/workflows/[email protected].5
213+
uses: coatl-dev/workflows/.github/workflows/[email protected].6
214214
```
215215

216216
### .github/workflows/pypi-upload.yml
@@ -244,7 +244,7 @@ Secrets:
244244
```yaml
245245
jobs:
246246
main:
247-
uses: coatl-dev/workflows/.github/workflows/[email protected].5
247+
uses: coatl-dev/workflows/.github/workflows/[email protected].6
248248
with:
249249
python-version: '3.13'
250250
secrets:
@@ -272,7 +272,7 @@ requires =
272272
```yaml
273273
jobs:
274274
main:
275-
uses: coatl-dev/workflows/.github/workflows/[email protected].5
275+
uses: coatl-dev/workflows/.github/workflows/[email protected].6
276276
```
277277

278278
### .github/workflows/tox-envs.yml
@@ -304,7 +304,7 @@ requires =
304304
```yaml
305305
jobs:
306306
main:
307-
uses: coatl-dev/workflows/.github/workflows/[email protected].5
307+
uses: coatl-dev/workflows/.github/workflows/[email protected].6
308308
with:
309309
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
310310
```
@@ -341,7 +341,7 @@ and on your workflow:
341341
```yaml
342342
jobs:
343343
main:
344-
uses: coatl-dev/workflows/.github/workflows/[email protected].5
344+
uses: coatl-dev/workflows/.github/workflows/[email protected].6
345345
with:
346346
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
347347
```
@@ -356,7 +356,7 @@ This workflow will install Python and invoke `tox` to run all envs found in
356356
```yaml
357357
jobs:
358358
main:
359-
uses: coatl-dev/workflows/.github/workflows/[email protected].5
359+
uses: coatl-dev/workflows/.github/workflows/[email protected].6
360360
```
361361

362362
[`actions/setup-python`]: https://github.com/actions/setup-python

0 commit comments

Comments
 (0)