From 32c5ca4f28099566220e0055b11e1a97e45be0e4 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:04:41 -0600 Subject: [PATCH] chore(main): release 0.3.3 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 12 ++++++++++++ lib/dapr/version.rb | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0477999..6969ddf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.2" + ".": "0.3.3" } diff --git a/.version.txt b/.version.txt index d15723f..1c09c74 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.3.2 +0.3.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index a7c511b..850fe33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## [Unreleased] +## [0.3.3](https://github.com/rubyists/dapr-ruby-client/compare/v0.3.2...v0.3.3) (2024-10-08) + + +### Features + +* **grpc:** Update grpc to 1.66 in container ([#71](https://github.com/rubyists/dapr-ruby-client/issues/71)) ([da78331](https://github.com/rubyists/dapr-ruby-client/commit/da783315276b27c4a1b37996198021f415adf4cf)) + + +### Bug Fixes + +* **lock:** Updates lock/unlock to append _alpha1 ([#72](https://github.com/rubyists/dapr-ruby-client/issues/72)) ([847d091](https://github.com/rubyists/dapr-ruby-client/commit/847d0910265df8c37edf5d2af4eed0c0f6d4feb0)) + ## [0.3.2](https://github.com/rubyists/dapr-ruby-client/compare/v0.3.1...v0.3.2) (2024-07-19) diff --git a/lib/dapr/version.rb b/lib/dapr/version.rb index 5619eb2..cba0898 100644 --- a/lib/dapr/version.rb +++ b/lib/dapr/version.rb @@ -3,7 +3,7 @@ module Rubyists module Dapr # x-release-please-start-version - VERSION = '0.3.2' + VERSION = '0.3.3' # x-release-please-end end end