Skip to content

Commit b1e8a6c

Browse files
chore(main): release 0.4.3 (#82)
1 parent e249b46 commit b1e8a6c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.2"
2+
".": "0.4.3"
33
}

.version.txt

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

CHANGELOG.md

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

3+
## [0.4.3](https://github.com/rubyists/dapr-ruby-client/compare/v0.4.2...v0.4.3) (2024-12-16)
4+
5+
6+
### Features
7+
8+
* **notrly:** Force a release by updating the readme with current dapr version ([#81](https://github.com/rubyists/dapr-ruby-client/issues/81)) ([e249b46](https://github.com/rubyists/dapr-ruby-client/commit/e249b4698d34eef1178bae8a7447293563494990))
9+
310
## [0.4.2](https://github.com/rubyists/dapr-ruby-client/compare/v0.4.1...v0.4.2) (2024-12-16)
411

512

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.2'
6+
VERSION = '0.4.3'
77
# x-release-please-end
88
end
99
end

0 commit comments

Comments
 (0)