From a41d704824ebb99072912ca712dbb297dc550ff2 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:25:21 -0500 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 11 +++++++++++ lib/dapr/version.rb | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ed71f7..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.11" + ".": "0.3.0" } diff --git a/.version.txt b/.version.txt index d3b5ba4..0d91a54 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.2.11 +0.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 44665a0..5d0ef0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ## [Unreleased] +## [0.3.0](https://github.com/rubyists/dapr-ruby-client/compare/v0.2.11...v0.3.0) (2024-06-03) + + +### ⚠ BREAKING CHANGES + +* Forcing release with a brilliant feature ([#64](https://github.com/rubyists/dapr-ruby-client/issues/64)) + +### Features + +* Forcing release with a brilliant feature ([#64](https://github.com/rubyists/dapr-ruby-client/issues/64)) ([05dcacd](https://github.com/rubyists/dapr-ruby-client/commit/05dcacd5278a622fed94acdbc025d98b621b948a)) + ## [0.2.11](https://github.com/rubyists/dapr-ruby-client/compare/v0.2.10...v0.2.11) (2024-06-03) diff --git a/lib/dapr/version.rb b/lib/dapr/version.rb index d3321c8..b556b62 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.2.11' + VERSION = '0.3.0' # x-release-please-end end end