-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): release version v0.10.0
- Loading branch information
semantic-release
committed
Jul 31, 2024
1 parent
6ce0811
commit e1ee52e
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "] | ||
|
e1ee52e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report