Skip to content

Commit

Permalink
release: bump project version to 0.5.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 5, 2023
1 parent 509b47a commit 1f17a0c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 2023-12-05

### Fixed

- WebConsole: Add "Queued" status for pipelines whose programs are enqueued to be compiled (#1032)
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.4.0"
version = "0.5.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.4.0"
version = "0.5.0"
description = "A client library for accessing Feldera API"

authors = []
Expand Down

0 comments on commit 1f17a0c

Please sign in to comment.