Skip to content

Commit a569e29

Browse files
committed
Bump version to 0.5.0
1 parent 7b2b22c commit a569e29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# to-be-released
1+
# v0.5.0 to-be-released
22

33
## BREAKING CHANGES
44

@@ -42,7 +42,7 @@
4242

4343
User.new(name: 'Jade').class == UserWithMeta.new(name: 'Jade').class # => false
4444
```
45-
45+
4646
* `Struct.attribute` yields a block with definition for nested structs. It defines a nested constant for the new struct and supports arrays (AMHOL + flash-gordon)
4747

4848
```ruby
@@ -57,7 +57,7 @@
5757
attribute :balance, Types::Strict::Decimal
5858
end
5959
end
60-
60+
6161
# ^This automatically defines User::Address and User::Account
6262
```
6363

lib/dry/struct/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Dry
22
class Struct
33
# @private
4-
VERSION = '0.4.0'.freeze
4+
VERSION = '0.5.0'.freeze
55
end
66
end

0 commit comments

Comments
 (0)