Skip to content

Commit

Permalink
release: Release cloud_events 0.3.0 (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: CNCF CloudEvents Bot <[email protected]>

Co-authored-by: CNCF CloudEvents Bot <[email protected]>
  • Loading branch information
github-actions[bot] and cncfcloudevents authored Mar 2, 2021
1 parent 581b4a9 commit 77b7380
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### v0.3.0 / 2021-03-02

* ADDED: Require Ruby 2.5 or later
* FIXED: Deep-duplicated event attributes in to_h to avoid returning frozen objects

### v0.2.0 / 2021-01-25

* ADDED: Freeze event objects to make them Ractor-shareable
Expand Down
2 changes: 1 addition & 1 deletion lib/cloud_events/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ module CloudEvents
# Version of the Ruby CloudEvents SDK
# @return [String]
#
VERSION = "0.2.0"
VERSION = "0.3.0"
end

0 comments on commit 77b7380

Please sign in to comment.