Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RELEASE]: v0.3.3 #984

Merged
merged 1 commit into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### [Deprecated]
### [Removed]

## [0.3.3] - 2023-08-29

* PR #983: doc: fix nav bar
* PR #982: fix: batch merge causing redundant row
* PR #981: fix: use the same interface
* PR #979: docs: added logo
* PR #980: docs: Update README.md
* PR #975: Simplify the ludwig dependency
* PR #972: feat: improve dev doc
* PR #971: Revert "feat: Integrating thirdy party Slack API "
* PR #967: feat: Integrating thirdy party Slack API
* PR #966: Developer guide for new structure data source integration
* PR #949: feat: improve circle ci
* PR #946: Support `SELECT Func

## [0.3.2] - 2023-08-25

* PR #953: docs: Fix User Reference and Dev Guide
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 = "3"
_REVISION = "3+dev"
_REVISION = "3"

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