Skip to content

Commit

Permalink
chore(release): release version v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Aug 14, 2023
1 parent 5041ab5 commit 02ac37f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,24 @@



## v0.8.0 (2023-08-14)
## v0.8.1 (2023-08-14)

### Fix

* fix: Github client return None with empty pr / issue body cause exception ([`b408923`](https://github.com/codedog-ai/codedog/commit/b40892365de57bee9ad8d8f77f9a5338025f6c2f))

* fix: llmchain.apply don't handle empty list input ([`e07091b`](https://github.com/codedog-ai/codedog/commit/e07091bc032c241ec52700c8c24d94759c0bcab6))

### Unknown

* Merge pull request #34 from codedog-ai/bugfix ([`5041ab5`](https://github.com/codedog-ai/codedog/commit/5041ab5e109dbd4ff543b7b1f52871f41c978ab6))


## v0.8.0 (2023-08-13)

### Chore

* chore(release): release version v0.8.0 ([`39c0610`](https://github.com/codedog-ai/codedog/commit/39c06108123993926e88b6a7a0df7443916e003c))

### Feature

Expand Down
2 changes: 1 addition & 1 deletion codedog/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -- Project information -----------------------------------------------------

PROJECT = "codedog"
VERSION = "0.8.0"
VERSION = "0.8.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "codedog"
version = "0.8.0"
version = "0.8.1"
license = "MIT"
readme = "README.md"
authors = ["Arcadia <[email protected]>", "Linpp "]
Expand Down

1 comment on commit 02ac37f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
codedog
   localization.py17288%17, 30
codedog/chains/code_review
   base.py633151%33, 41, 49, 56–71, 78–93, 99–110, 113–116, 121–124, 134
   translate_code_review_chain.py47470%1–102
codedog/chains/pr_summary
   base.py813952%58, 66, 74, 77–91, 94–108, 111–114, 119–122, 125–135, 138–141, 148, 156, 170–173
   translate_pr_summary_chain.py593541%39–48, 60–68, 76–84, 90–95, 100–116, 119–129, 134–150
codedog/models
   commit.py23770%23–29
   issue.py23770%23–29
   pull_request.py39587%42–46
   repository.py23770%23–29
codedog/processors
   pull_request_processor.py51198%108
codedog/retrievers
   __init__.py330%1–4
   base.py22220%1–44
   github_retriever.py1001000%1–252
   gitlab_retriever.py1191190%1–239
codedog/utils
   diff_utils.py660%1–19
   langchain_utils.py16160%1–47
TOTAL97844754% 

Tests Skipped Failures Errors Time
17 0 💤 0 ❌ 0 🔥 4.876s ⏱️

Please sign in to comment.