Skip to content

Commit

Permalink
[RELEASE]: 0.2.14 (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav274 authored Jun 24, 2023
1 parent 30836ab commit 6b7e975
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### [Deprecated]
### [Removed]

## [0.2.14] - 2023-06-24

* PR #887: fix: Notebooks fix
* PR #889: fix: ocr donut model
* PR #886: doc: improve youtube qa app doc
* PR #878: feat: make ray optional
* PR #884: test: disable reuse tests
* PR #883: test: update tests
* PR #880: feat: pandas qa
* PR #882: feat: adding more functions to Python API
* PR #881: docs: minor updates
* PR #863: feat: youtube qa app support analyzing a local video
* PR #877: notebooks: updates
* PR #875: Bump v0.2.14+dev
* PR #873: notebooks: update notebooks

## [0.2.13] - 2023-06-17

* PR #873: notebooks: update notebooks
Expand Down
2 changes: 1 addition & 1 deletion evadb/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "0"
_MINOR = "2"
_REVISION = "14+dev"
_REVISION = "14"

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

0 comments on commit 6b7e975

Please sign in to comment.