Skip to content

Commit

Permalink
[RELEASE]: v0.1.3 (georgia-tech-db#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarulraj authored Jan 2, 2023
1 parent c8daa21 commit 9fe7d97
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### [Deprecated]
### [Removed]

## [0.1.3] - 2023-01-02
### [Added]

* PR #506: Added support for windows and macos
* PR #492: Moved to a lark-based parser
* PR #536: Lateral function call to linear data flow
* PR #535: Similarity UDF

### [Changed]

* PR #544: fix: catalog improved file and function names
* PR #543: fix: server relaunch does not load metadata tables

### [Deprecated]

### [Removed]

## [0.1.2] - 2022-12-17
### [Added]

Expand Down
2 changes: 1 addition & 1 deletion eva/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

_MAJOR = "0"
_MINOR = "1"
_REVISION = "3+dev"
_REVISION = "3"

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

0 comments on commit 9fe7d97

Please sign in to comment.