Skip to content

Commit d01b00a

Browse files
committed
[bot] Update changelog and version
1 parent 6fe64f7 commit d01b00a

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [Unreleased](https://github.com/ign-gpao/client/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/ign-gpao/client/compare/0.12.0...HEAD)
6+
7+
### 🐛 Bug fixes
8+
9+
- Paramétrer le minimum d'espace disque vital [\#31](https://github.com/ign-gpao/client/issues/31)
10+
11+
## [0.12.0](https://github.com/ign-gpao/client/tree/0.12.0) (2023-01-06)
12+
13+
[Full Changelog](https://github.com/ign-gpao/client/compare/0.11.0...0.12.0)
14+
15+
### 📁 Other pull requests
16+
17+
- min available space in environnement [\#35](https://github.com/ign-gpao/client/pull/35) ([gliegard](https://github.com/gliegard))
18+
319
## [0.11.0](https://github.com/ign-gpao/client/tree/0.11.0) (2023-01-06)
420

521
[Full Changelog](https://github.com/ign-gpao/client/compare/0.10.0...0.11.0)

client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
# Version of the ign-gpao-client
99

10-
__version__ = "0.11.0"
10+
__version__ = "0.12.0"

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM library/python:latest
22
LABEL maintainer="IGN"
3-
LABEL version="0.11.0"
3+
LABEL version="0.12.0"
44

55
ADD . /var/client
66

0 commit comments

Comments
 (0)