We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d408b commit 0e168e4Copy full SHA for 0e168e4
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.2.0 (2022-12-13)
6
+### Feature
7
+* Add say command ([`029511a`](https://github.com/daniel-makerx/helloworld/commit/029511a2adddab7cc26afb66d6f3292beb2a01f1))
8
+
9
## v0.1.0 (2022-12-13)
10
### Feature
11
* A new feature ([`b57ab1a`](https://github.com/daniel-makerx/helloworld/commit/b57ab1a1f75a3bc8205bfac9d2dc8793aa6cfdce))
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "helloworld"
-version = "0.1.0"
+version = "0.2.0"
description = "Says Hello World"
authors = ["MakerX <daniel.mcgregor@makerx.com.au>"]
license = "MIT"
0 commit comments