Skip to content

Commit

Permalink
chore(main): release 0.2.7 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruby-automation authored Jun 3, 2024
1 parent 706d6d5 commit 17b0815
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.2.6"
".": "0.2.7"
}
2 changes: 1 addition & 1 deletion .version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.6
0.2.7
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## [Unreleased]

## [0.2.7](https://github.com/rubyists/dapr-ruby-client/compare/v0.2.6...v0.2.7) (2024-06-03)


### Features

* **lock:** Release distributed lock component ([#47](https://github.com/rubyists/dapr-ruby-client/issues/47)) ([706d6d5](https://github.com/rubyists/dapr-ruby-client/commit/706d6d58e93c70a25db56ae8bf94975e36963509))

## [0.2.6](https://github.com/rubyists/dapr-ruby-client/compare/v0.2.5...v0.2.6) (2024-06-03)


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.2.6'
VERSION = '0.2.7'
# x-release-please-end
end
end

0 comments on commit 17b0815

Please sign in to comment.