Skip to content

Commit 2dd7325

Browse files
author
Kevin Westphal
committed
chore(release): 1.44.1
1 parent 68ca632 commit 2dd7325

File tree

4 files changed

+10
-43
lines changed

4 files changed

+10
-43
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
<a id='changelog-1.44.1'></a>
4+
5+
## 1.44.1 — 2025-10-28
6+
7+
### Changed
8+
9+
- Fixed Python version for PDM install in the build release workflow.
10+
311
<a id='changelog-1.44.0'></a>
412

513
## 1.44.0 — 2025-10-27

actions/secret/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inputs:
1616

1717
runs:
1818
using: 'docker'
19-
image: 'docker://gitguardian/ggshield:v1.44.0'
19+
image: 'docker://gitguardian/ggshield:v1.44.1'
2020
entrypoint: '/app/docker/actions-secret-entrypoint.sh'
2121
args:
2222
- ${{ inputs.args }}

changelog.d/20251028_134610_kevin.westphal_fix_python_version.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

ggshield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.44.0"
1+
__version__ = "1.44.1"

0 commit comments

Comments
 (0)