Skip to content

Commit 8cadfc2

Browse files
committed
[bot] Update changelog and version
1 parent 81b1c4c commit 8cadfc2

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.6.0...HEAD)
6+
7+
### 🐛 Bug fixes
8+
9+
- fix constructor si jobs sont nuls [\#5](https://github.com/ign-gpao/builder-python/issues/5)
10+
11+
## [0.6.0](https://github.com/ign-gpao/builder-python/tree/0.6.0) (2022-09-13)
12+
13+
[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.5.0...0.6.0)
14+
15+
### 🐛 Bug fixes
16+
17+
- 5 fix constructor si jobs sont nuls [\#6](https://github.com/ign-gpao/builder-python/pull/6) ([arnaudbirk](https://github.com/arnaudbirk))
18+
319
## [0.5.0](https://github.com/ign-gpao/builder-python/tree/0.5.0) (2022-09-13)
420

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

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.5.0"
8+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)