Skip to content

Commit 6470627

Browse files
BUMP: version 3.2.6 → 3.2.7
1 parent d89f25e commit 6470627

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.7 (2024-04-25)
2+
3+
### Improvements
4+
5+
- Use ruff latest and mypy ([d89f25e](https://github.com/kpn/cz-kpn/commit/d89f25e7613cfd7c993fd5ef68da91187c9c4321))
6+
17
## 3.2.6 (2024-04-25)
28

39
### Improvements

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.6 'cz ls'
30+
docker run --rm -v $(pwd):/app -w /app --name cz-kpn kpnnl/cz-kpn:3.2.7 '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.6"]
11+
RUN ["pip", "install", "-U", "--no-cache-dir", "cz-kpn==3.2.7"]
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.6"
3+
version = "3.2.7"
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.6 .
4+
docker build -t kpnnl/cz-kpn:3.2.7 .

0 commit comments

Comments
 (0)