From da08c030a65468d8bd038397a67b105a744fe2d0 Mon Sep 17 00:00:00 2001 From: Mike Nguyen Date: Tue, 13 Aug 2024 22:30:42 +0100 Subject: [PATCH] chore: bump version to 0.15 for release (#198) Signed-off-by: mikeee --- Cargo.toml | 4 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5ce85faf..6c7ebf71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dapr" -version = "0.14.0" +version = "0.15.0" authors = ["dapr.io"] edition = "2021" license = "Apache-2.0" @@ -10,7 +10,7 @@ readme = "README.md" keywords = ["microservices", "dapr"] [dependencies] -dapr-macros = { version = "0.14.0", path = "macros" } +dapr-macros = { version = "0.15.0", path = "macros" } futures = "0.3" tonic = "0.11.0" prost = "0.12.3" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 697844d7..e7af5764 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dapr-macros" -version = "0.14.0" +version = "0.15.0" edition = "2021" description = "Dapr Rust SDK" license = "Apache-2.0"