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 12, 2022
1 parent 2e584e5 commit 87a0c04
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,27 @@

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

[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.7.3...HEAD)
[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.8.0...HEAD)

### 🐛 Bug fixes
### 🚀 Enhancements

- Pb quand on crée des projets avec dépendances, plusieurs fois [\#7](https://github.com/ign-gpao/builder-python/issues/7)
- Envoie de projet sur l'api [\#3](https://github.com/ign-gpao/builder-python/issues/3)

## [0.8.0](https://github.com/ign-gpao/builder-python/tree/0.8.0) (2022-12-12)

[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.7.3...0.8.0)

### 📁 Other pull requests

- 3 envoie de projet sur lapi [\#9](https://github.com/ign-gpao/builder-python/pull/9) ([arnaudbirk](https://github.com/arnaudbirk))

## [0.7.3](https://github.com/ign-gpao/builder-python/tree/0.7.3) (2022-10-26)

[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.7.2...0.7.3)

### 🐛 Bug fixes

- Pb quand on crée des projets avec dépendances, plusieurs fois [\#7](https://github.com/ign-gpao/builder-python/issues/7)
- \#patch fix reset dependencies counter after save as json [\#8](https://github.com/ign-gpao/builder-python/pull/8) ([arnaudbirk](https://github.com/arnaudbirk))

## [0.7.2](https://github.com/ign-gpao/builder-python/tree/0.7.2) (2022-10-04)
Expand Down
2 changes: 1 addition & 1 deletion gpao/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# Version of the ign-gpao-project-builder
__version__ = "0.7.3"
__version__ = "0.8.0"

0 comments on commit 87a0c04

Please sign in to comment.