From f967338df71d90ec470ed102539722b674a011f4 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:05:21 -0600 Subject: [PATCH] chore(main): release 0.4.2 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 7 +++++++ lib/dapr/version.rb | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 218393f..4cff5b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } diff --git a/.version.txt b/.version.txt index 267577d..2b7c5ae 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.4.1 +0.4.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f9dd05..a26de5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## [Unreleased] +## [0.4.2](https://github.com/rubyists/dapr-ruby-client/compare/v0.4.1...v0.4.2) (2024-12-16) + + +### Bug Fixes + +* **build:** Vendor gems for quicker image builds ([#78](https://github.com/rubyists/dapr-ruby-client/issues/78)) ([57fbe12](https://github.com/rubyists/dapr-ruby-client/commit/57fbe126390aa9f5aebcf06d4f42bd5e1ff3ee63)) + ## [0.4.1](https://github.com/rubyists/dapr-ruby-client/compare/v0.4.0...v0.4.1) (2024-10-24) diff --git a/lib/dapr/version.rb b/lib/dapr/version.rb index 8f4cf43..406f121 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.1' + VERSION = '0.4.2' # x-release-please-end end end