Skip to content

Commit 9fb4ced

Browse files
BUMP: version 3.2.1 → 3.2.2
1 parent 233eaef commit 9fb4ced

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.2.2 (2023-09-08)
2+
3+
### Fixes
4+
5+
- Get current version in action ([233eaef](https://github.com/kpn/cz-kpn/commit/233eaef820a0ab941c73f6d2ce7385f0353c22ed))
6+
17
## 3.2.1 (2023-09-08)
28

39
### Fixes

CONTIRBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ poetry install
2727
### Running docker locally
2828

2929
```bash
30-
docker run --rm -v $(pwd):/app -w /app --name cz-kpn kpnnl/cz-kpn:3.2.1 'cz ls'
30+
docker run --rm -v $(pwd):/app -w /app --name cz-kpn kpnnl/cz-kpn:3.2.2 'cz ls'
3131
```
3232

3333
### Testing

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /app
88
RUN apk add --update -t --no-cache git curl alpine-sdk
99

1010
RUN ["pip", "install", "-U", "--no-cache-dir", "pip"]
11-
RUN ["pip", "install", "-U", "--no-cache-dir", "cz-kpn==3.2.1"]
11+
RUN ["pip", "install", "-U", "--no-cache-dir", "cz-kpn==3.2.2"]
1212

1313
##### run
1414
ENTRYPOINT [ "/bin/sh", "-c" ]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cz-kpn"
3-
version = "3.2.1"
3+
version = "3.2.2"
44
description = "commitizen with kpn style"
55
authors = ["Santiago Fraire Willemoes <[email protected]>"]
66
license = "MIT"

scripts/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh -ex
22
# scope: local development
33

4-
docker build -t kpnnl/cz-kpn:3.2.1 .
4+
docker build -t kpnnl/cz-kpn:3.2.2 .

0 commit comments

Comments
 (0)