Skip to content

Commit e1ee52e

Browse files
author
semantic-release
committed
chore(release): release version v0.10.0
1 parent 6ce0811 commit e1ee52e

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

33

44

5-
## v0.9.0 (2024-05-31)
5+
## v0.10.0 (2024-07-31)
6+
7+
### Feature
8+
9+
* feat: update to langchain 0.2 ([`6ce0811`](https://github.com/codedog-ai/codedog/commit/6ce081103e59bb20b8b6c6bad6099c95506b73be))
10+
11+
### Unknown
12+
13+
* Rename dependabot.yml to dependabot.yml.disable ([`c47f341`](https://github.com/codedog-ai/codedog/commit/c47f34149c6b9abe4144a5aa5f75542fc9ab5d2c))
14+
15+
16+
## v0.9.0 (2024-05-30)
617

718
### Build
819

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

1073+
### Chore
1074+
1075+
* chore(release): release version v0.9.0 ([`47f08b6`](https://github.com/codedog-ai/codedog/commit/47f08b67a1f3e16cff1c42312e50623fabf7d406))
1076+
10621077
### Fix
10631078

10641079
* fix: update openai api version ([`69318d8`](https://github.com/codedog-ai/codedog/commit/69318d8e3c00ae8e7b402df0b1b2c7b305853a91))

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.9.0"
4+
VERSION = "0.10.0"

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.9.0"
3+
version = "0.10.0"
44
license = "MIT"
55
readme = "README.md"
66
authors = ["Arcadia <arcadia822@gmail.com>", "Linpp "]

0 commit comments

Comments
 (0)