Skip to content

Commit 77b7380

Browse files
release: Release cloud_events 0.3.0 (#47)
Signed-off-by: CNCF CloudEvents Bot <[email protected]> Co-authored-by: CNCF CloudEvents Bot <[email protected]>
1 parent 581b4a9 commit 77b7380

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### v0.3.0 / 2021-03-02
4+
5+
* ADDED: Require Ruby 2.5 or later
6+
* FIXED: Deep-duplicated event attributes in to_h to avoid returning frozen objects
7+
38
### v0.2.0 / 2021-01-25
49

510
* ADDED: Freeze event objects to make them Ractor-shareable

lib/cloud_events/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ module CloudEvents
55
# Version of the Ruby CloudEvents SDK
66
# @return [String]
77
#
8-
VERSION = "0.2.0"
8+
VERSION = "0.3.0"
99
end

0 commit comments

Comments
 (0)