From 21012e8e4b0667dc9a4e49b1a3f382b03f1362e9 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:36:47 -0600 Subject: [PATCH] chore(main): release 0.5.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 b81fe00..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.3" + ".": "0.5.0" } diff --git a/.version.txt b/.version.txt index 17b2ccd..8f0916f 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.4.3 +0.5.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbab20..fa37525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ## [Unreleased] +## [0.5.0](https://github.com/rubyists/dapr-ruby-client/compare/v0.4.3...v0.5.0) (2024-12-18) + + +### ⚠ BREAKING CHANGES + +* **build:** Change to use debian base images ([#83](https://github.com/rubyists/dapr-ruby-client/issues/83)) + +### Features + +* **build:** Change to use debian base images ([#83](https://github.com/rubyists/dapr-ruby-client/issues/83)) ([3ca94ae](https://github.com/rubyists/dapr-ruby-client/commit/3ca94aef659bcd6d97d9c9db66fa6b4b722e4f4f)) + ## [0.4.3](https://github.com/rubyists/dapr-ruby-client/compare/v0.4.2...v0.4.3) (2024-12-16) diff --git a/lib/dapr/version.rb b/lib/dapr/version.rb index 11fe7bd..78cd343 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.4.3' + VERSION = '0.5.0' # x-release-please-end end end