Skip to content

Commit e93912c

Browse files
author
semantic-release
committed
0.3.0
Automatically generated by python-semantic-release
1 parent f5ffb6a commit e93912c

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33

44

5+
## v0.3.0 (2024-06-14)
6+
7+
### Documentation
8+
9+
* docs(views): add docs for freeform views (#45) ([`825b8fe`](https://github.com/deepsense-ai/db-ally/commit/825b8fefd44bf74c80cdbc3eda304edc983fc8e9))
10+
11+
* docs: Trigger the documentation build workflow only on release (#43) ([`6a1bf1d`](https://github.com/deepsense-ai/db-ally/commit/6a1bf1d26f6a874af48ceeb85cf21c7eb8c80e39))
12+
13+
* docs: fix broken link ([`fa6d956`](https://github.com/deepsense-ai/db-ally/commit/fa6d9563974313f0806d52f51399fb346046ce2c))
14+
15+
### Feature
16+
17+
* feat(codegen): add text2sql views code generation (#40) ([`4284344`](https://github.com/deepsense-ai/db-ally/commit/42843443f42209955f7dc2273a3cdafb4a0c44ae))
18+
19+
* feat: Gradio Adater implementation (#39)
20+
21+
* Gradio Adater class implementation
22+
* Move / add views to example folder
23+
* Improve rich less CLIEventHandler output ([`83dded0`](https://github.com/deepsense-ai/db-ally/commit/83dded0cd018e9f324e0c9bb2d3954512cffa159))
24+
25+
### Fix
26+
27+
* fix: docs links ([`f5ffb6a`](https://github.com/deepsense-ai/db-ally/commit/f5ffb6af9e9d6f865b02706699bf6da94c3d95c1))
28+
29+
* fix: exceptions imports ([`e0305ff`](https://github.com/deepsense-ai/db-ally/commit/e0305ffc9efaec3c78193f51ef8bf201bdc6adfb))
30+
31+
### Refactor
32+
33+
* refactor: move ExecutionResult to collection (#46) ([`eae24da`](https://github.com/deepsense-ai/db-ally/commit/eae24da3baddce06dbda575b08ef49b748d3af31))
34+
35+
* refactor: exceptions definitions (#44) ([`d920f4b`](https://github.com/deepsense-ai/db-ally/commit/d920f4b4d503968d6b860d0712cbf1625bd0d427))
36+
37+
538
## v0.2.0 (2024-06-03)
639

740
### Chore

src/dbally/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)