Skip to content

Commit

Permalink
chore(main): release 0.4.1 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruby-automation authored Oct 24, 2024
1 parent 052fcfa commit ee2a8e6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.4.1"
}
2 changes: 1 addition & 1 deletion .version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.4.1
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## [Unreleased]

## [0.4.1](https://github.com/rubyists/dapr-ruby-client/compare/v0.4.0...v0.4.1) (2024-10-24)


### Bug Fixes

* **state:** Updates State#get to return a Hash instead of an Array ([#76](https://github.com/rubyists/dapr-ruby-client/issues/76)) ([052fcfa](https://github.com/rubyists/dapr-ruby-client/commit/052fcfa6ca6077e13343738d38b5768e693b4c9b))

## [0.4.0](https://github.com/rubyists/dapr-ruby-client/compare/v0.3.3...v0.4.0) (2024-10-23)


Expand Down
2 changes: 1 addition & 1 deletion lib/dapr/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Rubyists
module Dapr
# x-release-please-start-version
VERSION = '0.4.0'
VERSION = '0.4.1'
# x-release-please-end
end
end

0 comments on commit ee2a8e6

Please sign in to comment.