Skip to content

Commit 139a930

Browse files
committed
[bot] Update changelog and version
1 parent 3ff531d commit 139a930

2 files changed

Lines changed: 73 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 72 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,78 @@
11
# 📑 Changelog
22

3-
## [0.1.0](https://github.com/RubenGres/builder-python/tree/0.1.0) (2023-11-02)
3+
## [0.12.0](https://github.com/ign-gpao/builder-python/tree/0.12.0) (2023-11-15)
44

5-
[Full Changelog](https://github.com/RubenGres/builder-python/compare/72ce6462718f040068cbe312c77a60b86a1448b9...0.1.0)
5+
[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.11.0...0.12.0)
6+
7+
### 📁 Other pull requests
8+
9+
- Classe Reader pour opérations de lecture basiques [\#13](https://github.com/ign-gpao/builder-python/pull/13) ([RubenGres](https://github.com/RubenGres))
10+
11+
## [0.11.0](https://github.com/ign-gpao/builder-python/tree/0.11.0) (2023-09-01)
12+
13+
[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.10.0...0.11.0)
14+
15+
### 📁 Other pull requests
16+
17+
- fix dependencies [\#12](https://github.com/ign-gpao/builder-python/pull/12) ([arnaudbirk](https://github.com/arnaudbirk))
18+
19+
## [0.10.0](https://github.com/ign-gpao/builder-python/tree/0.10.0) (2023-04-11)
20+
21+
[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.9.0...0.10.0)
22+
23+
## [0.9.0](https://github.com/ign-gpao/builder-python/tree/0.9.0) (2023-01-06)
24+
25+
[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.8.0...0.9.0)
26+
27+
## [0.8.0](https://github.com/ign-gpao/builder-python/tree/0.8.0) (2022-12-12)
28+
29+
[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.7.3...0.8.0)
30+
31+
### 🚀 Enhancements
32+
33+
- Envoie de projet sur l'api [\#3](https://github.com/ign-gpao/builder-python/issues/3)
34+
35+
### 📁 Other pull requests
36+
37+
- 3 envoie de projet sur lapi [\#9](https://github.com/ign-gpao/builder-python/pull/9) ([arnaudbirk](https://github.com/arnaudbirk))
38+
39+
## [0.7.3](https://github.com/ign-gpao/builder-python/tree/0.7.3) (2022-10-26)
40+
41+
[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.7.2...0.7.3)
42+
43+
### 🐛 Bug fixes
44+
45+
- Pb quand on crée des projets avec dépendances, plusieurs fois [\#7](https://github.com/ign-gpao/builder-python/issues/7)
46+
- \#patch fix reset dependencies counter after save as json [\#8](https://github.com/ign-gpao/builder-python/pull/8) ([arnaudbirk](https://github.com/arnaudbirk))
47+
48+
## [0.7.2](https://github.com/ign-gpao/builder-python/tree/0.7.2) (2022-10-04)
49+
50+
[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.7.1...0.7.2)
51+
52+
## [0.7.1](https://github.com/ign-gpao/builder-python/tree/0.7.1) (2022-10-04)
53+
54+
[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.7.0...0.7.1)
55+
56+
## [0.7.0](https://github.com/ign-gpao/builder-python/tree/0.7.0) (2022-10-04)
57+
58+
[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.6.0...0.7.0)
59+
60+
## [0.6.0](https://github.com/ign-gpao/builder-python/tree/0.6.0) (2022-09-13)
61+
62+
[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.5.0...0.6.0)
63+
64+
### 🐛 Bug fixes
65+
66+
- fix constructor si jobs sont nuls [\#5](https://github.com/ign-gpao/builder-python/issues/5)
67+
- 5 fix constructor si jobs sont nuls [\#6](https://github.com/ign-gpao/builder-python/pull/6) ([arnaudbirk](https://github.com/arnaudbirk))
68+
69+
## [0.5.0](https://github.com/ign-gpao/builder-python/tree/0.5.0) (2022-09-13)
70+
71+
[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.4.2...0.5.0)
72+
73+
## [0.4.2](https://github.com/ign-gpao/builder-python/tree/0.4.2) (2022-09-13)
74+
75+
[Full Changelog](https://github.com/ign-gpao/builder-python/compare/72ce6462718f040068cbe312c77a60b86a1448b9...0.4.2)
676

777

878

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.1.0"
8+
__version__ = "0.12.0"

0 commit comments

Comments
 (0)