We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449adb8 commit 4e74e2eCopy full SHA for 4e74e2e
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.5.0 (2023-07-29)
6
+
7
+### Feature
8
9
+* :sparkles: read github private key from env ([`1c388f3`](https://github.com/codedog-ai/codedog/commit/1c388f3bc5117f89fb8fa68d239d3eb837eeec7d))
10
11
+### Fix
12
13
+* **PR Summary:** :bug: Handle github event none value ([`7fbe9f3`](https://github.com/codedog-ai/codedog/commit/7fbe9f3ff216cdbfc4f1681c1dfb8990ea46f9d1))
14
15
## v0.4.0 (2023-07-21)
16
17
### Fix
codedog/version.py
@@ -1,4 +1,4 @@
1
# -- Project information -----------------------------------------------------
PROJECT = "codedog"
-VERSION = "0.4.0"
+VERSION = "0.5.0"
0 commit comments