Skip to content

Commit f1d15b3

Browse files
committed
bump: version 6.1.0 → 6.1.1
1 parent 322d027 commit f1d15b3

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ commitizen:
66
name: cz_conventional_commits
77
tag_format: v$version
88
update_changelog_on_bump: true
9-
version: 6.1.0
9+
version: 6.1.1
1010
version_files:
1111
- README.md
1212
version_scheme: semver

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v6.1.1 (2025-10-10)
2+
3+
### Fix
4+
5+
- **tox-docker**: add $HOME/.local/bin to $PATH (#93)
6+
17
## v6.1.0 (2025-10-09)
28

39
### Feat

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ GitHub action for using a matrix strategy to distribute the build for
5959
```yml
6060
jobs:
6161
main:
62-
uses: coatl-dev/workflows/.github/workflows/[email protected].0
62+
uses: coatl-dev/workflows/.github/workflows/[email protected].1
6363
with:
6464
registry-image: user/app
6565
metadata-tags: |
@@ -110,7 +110,7 @@ GitHub action for using a matrix strategy to distribute the build for
110110
```yml
111111
jobs:
112112
main:
113-
uses: coatl-dev/workflows/.github/workflows/[email protected].0
113+
uses: coatl-dev/workflows/.github/workflows/[email protected].1
114114
with:
115115
dockerhub-repo: user/app
116116
dockerhub-username: ${{ vars.DOCKERHUB_USERNAME }}
@@ -171,7 +171,7 @@ on:
171171
172172
jobs:
173173
pip-compile-upgrade:
174-
uses: coatl-dev/workflows/.github/workflows/[email protected].0
174+
uses: coatl-dev/workflows/.github/workflows/[email protected].1
175175
with:
176176
path: requirements.txt
177177
secrets:
@@ -222,7 +222,7 @@ on:
222222
223223
jobs:
224224
pre-commit-autoupdate:
225-
uses: coatl-dev/workflows/.github/workflows/[email protected].0
225+
uses: coatl-dev/workflows/.github/workflows/[email protected].1
226226
with:
227227
skip-repos: 'flake8'
228228
secrets:
@@ -247,7 +247,7 @@ to install Python and invoke [`pre-commit`].
247247
```yaml
248248
jobs:
249249
main:
250-
uses: coatl-dev/workflows/.github/workflows/[email protected].0
250+
uses: coatl-dev/workflows/.github/workflows/[email protected].1
251251
with:
252252
skip-hooks: 'pylint'
253253
```
@@ -270,7 +270,7 @@ This workflow will install Python and invoke `pylint` to analyze your code.
270270
```yaml
271271
jobs:
272272
main:
273-
uses: coatl-dev/workflows/.github/workflows/[email protected].0
273+
uses: coatl-dev/workflows/.github/workflows/[email protected].1
274274
with:
275275
path: src
276276
```
@@ -309,7 +309,7 @@ Secrets:
309309
```yaml
310310
jobs:
311311
main:
312-
uses: coatl-dev/workflows/.github/workflows/[email protected].0
312+
uses: coatl-dev/workflows/.github/workflows/[email protected].1
313313
with:
314314
python-version: '3.12'
315315
secrets:
@@ -358,7 +358,7 @@ requires =
358358
```yaml
359359
jobs:
360360
main:
361-
uses: coatl-dev/workflows/.github/workflows/[email protected].0
361+
uses: coatl-dev/workflows/.github/workflows/[email protected].1
362362
```
363363

364364
### .github/workflows/tox-gh.yml
@@ -395,7 +395,7 @@ and on your workflow:
395395
```yaml
396396
jobs:
397397
main:
398-
uses: coatl-dev/workflows/.github/workflows/[email protected].0
398+
uses: coatl-dev/workflows/.github/workflows/[email protected].1
399399
with:
400400
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
401401
```
@@ -423,7 +423,7 @@ This workflow will install Python and invoke `tox` to run all envs found in
423423
```yaml
424424
jobs:
425425
main:
426-
uses: coatl-dev/workflows/.github/workflows/[email protected].0
426+
uses: coatl-dev/workflows/.github/workflows/[email protected].1
427427
with:
428428
python-versions: |
429429
3.9
@@ -477,7 +477,7 @@ on:
477477
478478
jobs:
479479
pip-compile-upgrade:
480-
uses: coatl-dev/workflows/.github/workflows/[email protected].0
480+
uses: coatl-dev/workflows/.github/workflows/[email protected].1
481481
with:
482482
path: requirements.txt
483483
secrets:

0 commit comments

Comments
 (0)