Skip to content

Commit 6872783

Browse files
authored
Bump udf version to 0.2.0 (#672)
1 parent be099d6 commit 6872783

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/arroyo-api/src/udfs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use axum_extra::extract::WithRejection;
1919
use tonic::transport::Channel;
2020
use tracing::error;
2121

22-
const PLUGIN_VERSION: &str = "0.1.1";
22+
const PLUGIN_VERSION: &str = "=0.2.0";
2323

2424
const LOCAL_UDF_LIB_CRATE: &str = concat!(
2525
env!("CARGO_MANIFEST_DIR"),

crates/arroyo-udf/arroyo-udf-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "arroyo-udf-common"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Arroyo Systems <[email protected]>"]
66
license = "MIT OR Apache-2.0"

crates/arroyo-udf/arroyo-udf-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "arroyo-udf-macros"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Arroyo Systems <[email protected]>"]
66
license = "MIT OR Apache-2.0"

crates/arroyo-udf/arroyo-udf-plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "arroyo-udf-plugin"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Arroyo Systems <[email protected]>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)