Skip to content

Commit 4e74e2e

Browse files
semantic-releaseArcadia822
authored andcommitted
0.5.0
chore(release): release version 0.5.0
1 parent 449adb8 commit 4e74e2e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
<!--next-version-placeholder-->
44

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+
515
## v0.4.0 (2023-07-21)
616

717
### Fix

codedog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -- Project information -----------------------------------------------------
22

33
PROJECT = "codedog"
4-
VERSION = "0.4.0"
4+
VERSION = "0.5.0"

0 commit comments

Comments
 (0)