Skip to content

Commit

Permalink
[RELEASE]: v0.3.3 (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav274 authored Aug 29, 2023
1 parent aa92883 commit 9c0af83
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
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}"

0 comments on commit 9c0af83

Please sign in to comment.