Skip to content

Commit 19d0228

Browse files
committed
bump: version 4.1.3 → 4.1.4
1 parent 11b16f7 commit 19d0228

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.3
7+
version: 4.1.4
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.4 (2024-10-23)
2+
3+
### Refactor
4+
5+
- default to Python 3.13 (#51)
6+
17
## v4.1.3 (2024-10-07)
28

39
### Refactor

Diff for: README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GitHub action for using a matrix strategy to distribute the build for
5858
```yml
5959
jobs:
6060
main:
61-
uses: coatl-dev/workflows/.github/workflows/[email protected].3
61+
uses: coatl-dev/workflows/.github/workflows/[email protected].4
6262
with:
6363
registry-image: user/app
6464
metadata-tags: |
@@ -116,7 +116,7 @@ on:
116116
117117
jobs:
118118
pip-compile-upgrade:
119-
uses: coatl-dev/workflows/.github/workflows/[email protected].3
119+
uses: coatl-dev/workflows/.github/workflows/[email protected].4
120120
with:
121121
path: requirements.txt
122122
secrets:
@@ -167,7 +167,7 @@ on:
167167
168168
jobs:
169169
pre-commit-autoupdate:
170-
uses: coatl-dev/workflows/.github/workflows/[email protected].3
170+
uses: coatl-dev/workflows/.github/workflows/[email protected].4
171171
with:
172172
skip-repos: 'flake8'
173173
secrets:
@@ -192,7 +192,7 @@ to install Python and invoke [`pre-commit`].
192192
```yaml
193193
jobs:
194194
main:
195-
uses: coatl-dev/workflows/.github/workflows/[email protected].3
195+
uses: coatl-dev/workflows/.github/workflows/[email protected].4
196196
with:
197197
skip-hooks: 'pylint'
198198
```
@@ -206,7 +206,7 @@ This workflow will install Python and invoke `pylint` to analyze your code.
206206
```yaml
207207
jobs:
208208
main:
209-
uses: coatl-dev/workflows/.github/workflows/[email protected].3
209+
uses: coatl-dev/workflows/.github/workflows/[email protected].4
210210
```
211211

212212
### .github/workflows/pypi-upload.yml
@@ -240,7 +240,7 @@ Secrets:
240240
```yaml
241241
jobs:
242242
main:
243-
uses: coatl-dev/workflows/.github/workflows/[email protected].3
243+
uses: coatl-dev/workflows/.github/workflows/[email protected].4
244244
with:
245245
python-version: '3.13'
246246
secrets:
@@ -268,7 +268,7 @@ requires =
268268
```yaml
269269
jobs:
270270
main:
271-
uses: coatl-dev/workflows/.github/workflows/[email protected].3
271+
uses: coatl-dev/workflows/.github/workflows/[email protected].4
272272
```
273273

274274
### .github/workflows/tox-envs.yml
@@ -300,7 +300,7 @@ requires =
300300
```yaml
301301
jobs:
302302
main:
303-
uses: coatl-dev/workflows/.github/workflows/[email protected].3
303+
uses: coatl-dev/workflows/.github/workflows/[email protected].4
304304
with:
305305
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
306306
```
@@ -337,7 +337,7 @@ and on your workflow:
337337
```yaml
338338
jobs:
339339
main:
340-
uses: coatl-dev/workflows/.github/workflows/[email protected].3
340+
uses: coatl-dev/workflows/.github/workflows/[email protected].4
341341
with:
342342
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
343343
```
@@ -352,7 +352,7 @@ This workflow will install Python and invoke `tox` to run all envs found in
352352
```yaml
353353
jobs:
354354
main:
355-
uses: coatl-dev/workflows/.github/workflows/[email protected].3
355+
uses: coatl-dev/workflows/.github/workflows/[email protected].4
356356
```
357357

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

0 commit comments

Comments
 (0)