File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- # to-be-released
1+ # 0.7.0 2019-03-22
22
33## Changed
44
2222 transform_types(& :omittable )
2323 end
2424 ```
25- * [ BREAKING] Minimal supported Ruby version is 2.4
25+ * ` Dry::Stuct#new ` is now more efficient for partial updates (flash-gordon)
26+ * Ruby 2.3 is EOL and not officially supported. It may work but we don't test it.
27+
28+ [ Compare v0.6.0...v0.7.0] ( https://github.com/dry-rb/dry-struct/compare/v0.6.0...v0.7.0 )
2629
2730# v0.6.0 2018-10-24
2831
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727 spec . bindir = 'exe'
2828 spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
2929 spec . require_paths = [ 'lib' ]
30- spec . required_ruby_version = ">= 2.4 .0"
30+ spec . required_ruby_version = ">= 2.3 .0"
3131
3232 spec . add_runtime_dependency 'dry-equalizer' , '~> 0.2'
3333 spec . add_runtime_dependency 'dry-types' , '~> 0.15'
You can’t perform that action at this time.
0 commit comments