We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3464fa0 commit da3e309Copy full SHA for da3e309
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# 📑 Changelog
2
3
+## [0.11.0](https://github.com/ign-gpao/builder-python/tree/0.11.0) (2023-09-01)
4
+
5
+[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.10.0...0.11.0)
6
7
+### 📁 Other pull requests
8
9
+- fix dependencies [\#12](https://github.com/ign-gpao/builder-python/pull/12) ([arnaudbirk](https://github.com/arnaudbirk))
10
11
## [0.10.0](https://github.com/ign-gpao/builder-python/tree/0.10.0) (2023-04-11)
12
13
[Full Changelog](https://github.com/ign-gpao/builder-python/compare/0.9.0...0.10.0)
gpao/__init__.py
@@ -5,4 +5,4 @@
"""
# Version of the ign-gpao-project-builder
-__version__ = "0.10.0"
+__version__ = "0.11.0"
0 commit comments