Skip to content

Commit 3ba39ae

Browse files
committed
bump: version 5.0.0 → 5.0.1
1 parent 5482653 commit 3ba39ae

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
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: 5.0.0
9+
version: 5.0.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+
## v5.0.1 (2025-06-30)
2+
3+
### Refactor
4+
5+
- **pip-compile-upgrade**: run using docker (#104)
6+
17
## v5.0.0 (2025-06-28)
28

39
### BREAKING CHANGE

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Import GPG key
5454
id: gpg-import
55-
uses: coatl-dev/actions/gpg-import@v5.0.0
55+
uses: coatl-dev/actions/gpg-import@v5.0.1
5656
with:
5757
passphrase: ${{ secrets.GPG_PASSPHRASE }}
5858
private-key: ${{ secrets.GPG_PRIVATE_KEY }}
@@ -104,14 +104,14 @@ jobs:
104104
uses: actions/checkout@v4
105105
106106
- name: pip-compile-27
107-
uses: coatl-dev/actions/pip-compile-upgrade@v5.0.0
107+
uses: coatl-dev/actions/pip-compile-upgrade@v5.0.1
108108
with:
109109
path: "${{ env.REQUIREMENTS_PATH }}"
110110
extra-args: '--reuse-hashes'
111111
112112
- name: Detect changes
113113
id: git-diff
114-
uses: coatl-dev/actions/simple-git-diff@v5.0.0
114+
uses: coatl-dev/actions/simple-git-diff@v5.0.1
115115
with:
116116
path: "${{ env.REQUIREMENTS_PATH }}"
117117
@@ -146,7 +146,7 @@ Add this step to your workflow:
146146

147147
```yml
148148
- name: Create Pull Request
149-
uses: coatl-dev/actions/pr-create@v5.0.0
149+
uses: coatl-dev/actions/pr-create@v5.0.1
150150
with:
151151
gh-token: ${{ secrets.GH_TOKEN }}
152152
```
@@ -181,7 +181,7 @@ Set up a specific version of Jython and add the command-line tools to the PATH.
181181

182182
```yml
183183
- name: Set up Jython
184-
uses: coatl-dev/actions/setup-jython@v5.0.0
184+
uses: coatl-dev/actions/setup-jython@v5.0.1
185185
with:
186186
jython-version: '2.7.3'
187187
- run: jython my_script.py
@@ -224,7 +224,7 @@ jobs:
224224
225225
- name: Detect changes
226226
id: git-diff
227-
uses: coatl-dev/actions/simple-git-diff@v5.0.0
227+
uses: coatl-dev/actions/simple-git-diff@v5.0.1
228228
with:
229229
path: 'README.md'
230230
@@ -274,14 +274,14 @@ jobs:
274274
uses: actions/checkout@v4
275275
276276
- name: pip-compile-312
277-
uses: coatl-dev/actions/uv-pip-compile-upgrade@v5.0.0
277+
uses: coatl-dev/actions/uv-pip-compile-upgrade@v5.0.1
278278
with:
279279
path: "${{ env.REQUIREMENTS_PATH }}"
280280
python-version: '3.12'
281281
282282
- name: Detect changes
283283
id: git-diff
284-
uses: coatl-dev/actions/simple-git-diff@v5.0.0
284+
uses: coatl-dev/actions/simple-git-diff@v5.0.1
285285
with:
286286
path: "${{ env.REQUIREMENTS_PATH }}"
287287

0 commit comments

Comments
 (0)