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 Dec 15, 2022
1 parent 5ada999 commit e57611a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
# 📑 Changelog

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

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

### 🚀 Enhancements
### 📖 Documentation

- client: proposer de purger les sessions non fermées [\#27](https://github.com/ign-gpao/client/issues/27)
- Utilisation de powerShell [\#4](https://github.com/ign-gpao/client/issues/4)

### 📁 Other pull requests

- url api support https, via env var API\_PROTOCOL [\#34](https://github.com/ign-gpao/client/pull/34) ([gliegard](https://github.com/gliegard))

## [0.9.0](https://github.com/ign-gpao/client/tree/0.9.0) (2022-12-08)

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

### 🚀 Enhancements

- client: proposer de purger les sessions non fermées [\#27](https://github.com/ign-gpao/client/issues/27)

### 📁 Other pull requests

- Add feature clean [\#33](https://github.com/ign-gpao/client/pull/33) ([arnaudbirk](https://github.com/arnaudbirk))
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.9.0"
__version__ = "0.10.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.9.0"
LABEL version="0.10.0"

ADD . /var/client

Expand Down

0 comments on commit e57611a

Please sign in to comment.