Skip to content

Commit 02ac37f

Browse files
author
semantic-release
committed
chore(release): release version v0.8.1
1 parent 5041ab5 commit 02ac37f

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,24 @@
22

33

44

5-
## v0.8.0 (2023-08-14)
5+
## v0.8.1 (2023-08-14)
6+
7+
### Fix
8+
9+
* fix: Github client return None with empty pr / issue body cause exception ([`b408923`](https://github.com/codedog-ai/codedog/commit/b40892365de57bee9ad8d8f77f9a5338025f6c2f))
10+
11+
* fix: llmchain.apply don't handle empty list input ([`e07091b`](https://github.com/codedog-ai/codedog/commit/e07091bc032c241ec52700c8c24d94759c0bcab6))
12+
13+
### Unknown
14+
15+
* Merge pull request #34 from codedog-ai/bugfix ([`5041ab5`](https://github.com/codedog-ai/codedog/commit/5041ab5e109dbd4ff543b7b1f52871f41c978ab6))
16+
17+
18+
## v0.8.0 (2023-08-13)
19+
20+
### Chore
21+
22+
* chore(release): release version v0.8.0 ([`39c0610`](https://github.com/codedog-ai/codedog/commit/39c06108123993926e88b6a7a0df7443916e003c))
623

724
### Feature
825

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.8.0"
4+
VERSION = "0.8.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codedog"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
license = "MIT"
55
readme = "README.md"
66
authors = ["Arcadia <[email protected]>", "Linpp "]

0 commit comments

Comments
 (0)