Skip to content

Commit b69ce21

Browse files
author
semantic-release
committed
chore(release): release version v0.7.0
1 parent 7071155 commit b69ce21

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,57 @@
22

33

44

5+
## v0.7.0 (2023-08-12)
6+
7+
### Ci
8+
9+
* ci: Add auto version and release ([`c41e2af`](https://github.com/codedog-ai/codedog/commit/c41e2af50e921a5b01fb4c537b9ad325ec25837b))
10+
11+
### Feature
12+
13+
* feat: Enable using Azure GPT4 api ([`87a66dc`](https://github.com/codedog-ai/codedog/commit/87a66dce4cb8efe1968df0509de6800e8d90fcb4))
14+
15+
### Fix
16+
17+
* fix: :bug: fix #24
18+
19+
Fix report change file table header with no item. ([`559c5cf`](https://github.com/codedog-ai/codedog/commit/559c5cfe09543c54e9f403faa0bf88d839d41cef))
20+
21+
### Unknown
22+
23+
* try fix version bump ci ([`7071155`](https://github.com/codedog-ai/codedog/commit/70711554d6cb2a7245034f3843ef9d218fa37aff))
24+
25+
* try fix version bump ci ([`26aca20`](https://github.com/codedog-ai/codedog/commit/26aca20fe046edcf2b82955dfdc1d7786f5d3de3))
26+
27+
* try fix version bump ci ([`a7df5ac`](https://github.com/codedog-ai/codedog/commit/a7df5ac6d62ee93634ecada0c0cf94f059eafe24))
28+
29+
* try fix version bump ci ([`ca65a17`](https://github.com/codedog-ai/codedog/commit/ca65a176db83a0b9058efc97156d4a670a6a87d7))
30+
31+
* try fix version bump ci ([`0a83cd8`](https://github.com/codedog-ai/codedog/commit/0a83cd8fba3efb395f47d1d153eb3c43d5521c61))
32+
33+
* try fix version bump ci ([`e3a8ec8`](https://github.com/codedog-ai/codedog/commit/e3a8ec803c16ff93c67af2f984af6db56e8ab3cc))
34+
35+
* try fix version bump ci ([`fd86ad4`](https://github.com/codedog-ai/codedog/commit/fd86ad4e650c0187e48af4b42456bdc6cb2f7466))
36+
37+
* Merge pull request #27 from codedog-ai/ci
38+
39+
Add auto version bump and release action ([`69edaf3`](https://github.com/codedog-ai/codedog/commit/69edaf398abd0ad9969e27b88415c05977d2c714))
40+
41+
* fix template ([`7da01c5`](https://github.com/codedog-ai/codedog/commit/7da01c57b669c201556bde6f94a8fe1c385b2a00))
42+
43+
* Merge pull request #26 from codedog-ai/dev1
44+
45+
#23 #24 #25 ([`0856111`](https://github.com/codedog-ai/codedog/commit/085611139d0564a9729e6bd25030d32176583aa3))
46+
47+
* Improve naming ([`75513c7`](https://github.com/codedog-ai/codedog/commit/75513c738b868968fb6a3e165cc5e76dcebe1c63))
48+
49+
550
## v0.6.0 (2023-08-11)
651

52+
### Chore
53+
54+
* chore(release): release version v0.6.0 ([`aab3552`](https://github.com/codedog-ai/codedog/commit/aab35520703947fd42ad5e2981661afe15e08b91))
55+
756
### Feature
857

958
* feat(retriever): :sparkles: add gitlab retriever ([`ebd8134`](https://github.com/codedog-ai/codedog/commit/ebd81345242e131342de32a87f0faad0dff0cb62))

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.6.0"
3+
version = "0.7.0"
44
license = "MIT"
55
readme = "README.md"
66
authors = ["Arcadia <[email protected]>", "Linpp "]

0 commit comments

Comments
 (0)