Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 6b7e975

Browse files
authored
[RELEASE]: 0.2.14 (#891)
1 parent 30836ab commit 6b7e975

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### [Deprecated]
1111
### [Removed]
1212

13+
## [0.2.14] - 2023-06-24
14+
15+
* PR #887: fix: Notebooks fix
16+
* PR #889: fix: ocr donut model
17+
* PR #886: doc: improve youtube qa app doc
18+
* PR #878: feat: make ray optional
19+
* PR #884: test: disable reuse tests
20+
* PR #883: test: update tests
21+
* PR #880: feat: pandas qa
22+
* PR #882: feat: adding more functions to Python API
23+
* PR #881: docs: minor updates
24+
* PR #863: feat: youtube qa app support analyzing a local video
25+
* PR #877: notebooks: updates
26+
* PR #875: Bump v0.2.14+dev
27+
* PR #873: notebooks: update notebooks
28+
1329
## [0.2.13] - 2023-06-17
1430

1531
* PR #873: notebooks: update notebooks

evadb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_MAJOR = "0"
22
_MINOR = "2"
3-
_REVISION = "14+dev"
3+
_REVISION = "14"
44

55
VERSION_SHORT = f"{_MAJOR}.{_MINOR}"
66
VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}"

0 commit comments

Comments
 (0)