Skip to content

Commit 19feaeb

Browse files
committed
[bot] Update changelog and version
1 parent d0ca211 commit 19feaeb

2 files changed

Lines changed: 17 additions & 1 deletion

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/builder-python/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.7.3...HEAD)
6+
7+
### 🐛 Bug fixes
8+
9+
- Pb quand on crée des projets avec dépendances, plusieurs fois [\#7](https://github.com/ign-gpao/builder-python/issues/7)
10+
11+
## [0.7.3](https://github.com/ign-gpao/builder-python/tree/0.7.3) (2022-10-26)
12+
13+
[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.7.2...0.7.3)
14+
15+
### 🐛 Bug fixes
16+
17+
- \#patch fix reset dependencies counter after save as json [\#8](https://github.com/ign-gpao/builder-python/pull/8) ([arnaudbirk](https://github.com/arnaudbirk))
18+
319
## [0.7.2](https://github.com/ign-gpao/builder-python/tree/0.7.2) (2022-10-04)
420

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

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.2"
8+
__version__ = "0.7.3"

0 commit comments

Comments
 (0)