Skip to content

Commit 87a0c04

Browse files
committed
[bot] Update changelog and version
1 parent 2e584e5 commit 87a0c04

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,27 @@
22

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

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

7-
### 🐛 Bug fixes
7+
### 🚀 Enhancements
88

9-
- Pb quand on crée des projets avec dépendances, plusieurs fois [\#7](https://github.com/ign-gpao/builder-python/issues/7)
9+
- Envoie de projet sur l'api [\#3](https://github.com/ign-gpao/builder-python/issues/3)
10+
11+
## [0.8.0](https://github.com/ign-gpao/builder-python/tree/0.8.0) (2022-12-12)
12+
13+
[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.7.3...0.8.0)
14+
15+
### 📁 Other pull requests
16+
17+
- 3 envoie de projet sur lapi [\#9](https://github.com/ign-gpao/builder-python/pull/9) ([arnaudbirk](https://github.com/arnaudbirk))
1018

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

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

1523
### 🐛 Bug fixes
1624

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

1928
## [0.7.2](https://github.com/ign-gpao/builder-python/tree/0.7.2) (2022-10-04)

gpao/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

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

0 commit comments

Comments
 (0)