Skip to content

Commit

Permalink
release: bump project version to 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Suresh <lalith@feldera.com>
  • Loading branch information
lalithsuresh committed Dec 19, 2023
1 parent 0a05803 commit cea7497
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] - 2023-12-19

### Fixed
- WebConsole: Vendor logos now change color when in dark mode

### Added
- SQL: support for trigonometric functions `sin` and `cos` ([#1118](https://github.com/feldera/feldera/pull/1118))
- SQL: support for mathematical constant `PI` ([#1123](https://github.com/feldera/feldera/pull/1123))
- WebConsole: 'Inspect connector' button in the connector list in Pipeline Builder that opens a non-editable popup
- SQL: Support for user-defined functions, declared in SQL and implemented
in Rust ([#1129](https://github.com/feldera/feldera/pull/1129))
- SQL: Support for user-defined functions, declared in SQL and implemented in Rust ([#1129](https://github.com/feldera/feldera/pull/1129))
- SQL: support for other trigonometric functions supported by Calcite ([#1127](https://github.com/feldera/feldera/pull/1127))
- WebConsole: Add Settings page, add a view to manage API keys (#1136)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/pipeline_manager/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pipeline-manager"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Data pipeline manager for the Feldera continuous analytics platform."
Expand Down
2 changes: 1 addition & 1 deletion python/feldera-api-client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "feldera-api-client"
version = "0.5.0"
version = "0.6.0"
description = "A client library for accessing Feldera API"

authors = []
Expand Down

0 comments on commit cea7497

Please sign in to comment.