Hi all! This is a relatively light release; the main breaking change is shifting our support window to match Ruby's (i.e. >= 2.7
). In other words, we are dropping support for Ruby 2.5
and 2.6
. v0.6.0
is the last release that supports 2.5
and 2.6
; these are both EOL, and we suggest you move to 2.7
or 3
as soon as possible!
What's Changed
- Breaking: moves Ruby version support window to
['2.7', '3.0', '3.1']
, drops support for2.5
,2.6
by @mattxwang in #69 - Added:
README
docs new feature documentation, lack of support for variables in template types by @mattxwang in #68 - Fixed: bundled-rbi has correct sig with new
coerce_empty_to_nil
argument by @mattxwang in #70 - Dev: manual release trigger by @mattxwang in #67
- Dev: removes duplicate
reline
rbi definitions by @mattxwang in #74 - Dev: removes duplicate
Enumerable
rbi definition by @mattxwang in #75
Full Changelog: v0.6.0...v0.7.0