Skip to content

Commit

Permalink
[bot] Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 6, 2023
1 parent 6fe64f7 commit d01b00a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 📑 Changelog

## [Unreleased](https://github.com/ign-gpao/client/tree/HEAD)

[Full Changelog](https://github.com/ign-gpao/client/compare/0.12.0...HEAD)

### 🐛 Bug fixes

- Paramétrer le minimum d'espace disque vital [\#31](https://github.com/ign-gpao/client/issues/31)

## [0.12.0](https://github.com/ign-gpao/client/tree/0.12.0) (2023-01-06)

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

### 📁 Other pull requests

- min available space in environnement [\#35](https://github.com/ign-gpao/client/pull/35) ([gliegard](https://github.com/gliegard))

## [0.11.0](https://github.com/ign-gpao/client/tree/0.11.0) (2023-01-06)

[Full Changelog](https://github.com/ign-gpao/client/compare/0.10.0...0.11.0)
Expand Down
2 changes: 1 addition & 1 deletion client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

# Version of the ign-gpao-client

__version__ = "0.11.0"
__version__ = "0.12.0"
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM library/python:latest
LABEL maintainer="IGN"
LABEL version="0.11.0"
LABEL version="0.12.0"

ADD . /var/client

Expand Down

0 comments on commit d01b00a

Please sign in to comment.