Skip to content

Commit 83d9ee1

Browse files
chore(main): release 0.5.0 (#84)
1 parent 3ca94ae commit 83d9ee1

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.3"
2+
".": "0.5.0"
33
}

.version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.3
1+
0.5.0

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
## [Unreleased]
22

3+
## [0.5.0](https://github.com/rubyists/dapr-ruby-client/compare/v0.4.3...v0.5.0) (2024-12-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **build:** Change to use debian base images ([#83](https://github.com/rubyists/dapr-ruby-client/issues/83))
9+
10+
### Features
11+
12+
* **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))
13+
314
## [0.4.3](https://github.com/rubyists/dapr-ruby-client/compare/v0.4.2...v0.4.3) (2024-12-16)
415

516

lib/dapr/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Rubyists
44
module Dapr
55
# x-release-please-start-version
6-
VERSION = '0.4.3'
6+
VERSION = '0.5.0'
77
# x-release-please-end
88
end
99
end

0 commit comments

Comments
 (0)