Skip to content

Commit

Permalink
chore(release): release version v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Jul 31, 2024
1 parent 1c7beb9 commit 9af59b4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@



## v0.10.0 (2024-07-31)
## v0.11.0 (2024-07-31)

### Unknown

* update readme ([`1c7beb9`](https://github.com/codedog-ai/codedog/commit/1c7beb972a76a001eff099f10837be13bd4744c1))


## v0.10.0 (2024-07-30)

### Chore

* chore(release): release version v0.10.0 ([`e1ee52e`](https://github.com/codedog-ai/codedog/commit/e1ee52e44828af97b3b3479a77c63e7d333c5227))

### 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.10.0"
VERSION = "0.11.0"
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.10.0"
version = "0.11.0"
license = "MIT"
readme = "README.md"
authors = ["Arcadia <[email protected]>", "Linpp "]
Expand Down

1 comment on commit 9af59b4

@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.py643152%34, 42, 50, 57–72, 79–94, 100–111, 114–117, 122–125, 135
   translate_code_review_chain.py48480%1–103
codedog/chains/pr_summary
   base.py813952%57, 65, 73, 76–96, 99–119, 126–129, 136–139, 142–154, 159–164, 173, 181, 195–202
   translate_pr_summary_chain.py603542%40–49, 61–69, 77–85, 91–96, 101–117, 120–130, 135–151
codedog/retrievers
   __init__.py330%1–4
   base.py22220%1–44
   github_retriever.py1001000%1–252
   gitlab_retriever.py1191190%1–258
codedog/utils
   diff_utils.py660%1–19
   langchain_utils.py16160%1–47
TOTAL94142155% 

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

Please sign in to comment.