Skip to content

Commit

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



## v0.9.0 (2024-05-31)
## v0.10.0 (2024-07-31)

### Feature

* feat: update to langchain 0.2 ([`6ce0811`](https://github.com/codedog-ai/codedog/commit/6ce081103e59bb20b8b6c6bad6099c95506b73be))

### Unknown

* Rename dependabot.yml to dependabot.yml.disable ([`c47f341`](https://github.com/codedog-ai/codedog/commit/c47f34149c6b9abe4144a5aa5f75542fc9ab5d2c))


## v0.9.0 (2024-05-30)

### Build

Expand Down Expand Up @@ -1059,6 +1070,10 @@ updated-dependencies:
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`32b4589`](https://github.com/codedog-ai/codedog/commit/32b4589d1692217d8fed8c13cb4218115e3eccf5))

### Chore

* chore(release): release version v0.9.0 ([`47f08b6`](https://github.com/codedog-ai/codedog/commit/47f08b67a1f3e16cff1c42312e50623fabf7d406))

### Fix

* fix: update openai api version ([`69318d8`](https://github.com/codedog-ai/codedog/commit/69318d8e3c00ae8e7b402df0b1b2c7b305853a91))
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.9.0"
VERSION = "0.10.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.9.0"
version = "0.10.0"
license = "MIT"
readme = "README.md"
authors = ["Arcadia <[email protected]>", "Linpp "]
Expand Down

1 comment on commit e1ee52e

@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.703s ⏱️

Please sign in to comment.