Releases: ruby/set
Releases · ruby/set
v1.1.2
What's Changed
- Exit early if using Ruby 3.5 with core Set by @jeremyevans in #42
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Use ruby/actions workflow for ruby versions by @m-nakamura145 in #35
- Added missing block arg by @hsbt in #37
- Speed up
Set#flattenby @kyanagi in #39 - Fix
^to respect subclasses by @kyanagi in #38
New Contributors
- @m-nakamura145 made their first contribution in #35
- @kyanagi made their first contribution in #39
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Full Changelog: v1.0.4...v1.1.0
v1.0.3
What's Changed
- Added dependabot.yml for actions by @hsbt in #22
- Bump actions/checkout from 2 to 3 by @dependabot in #23
- [DOC] Repair format for What's Here by @BurdetteLamar in #24
- Fix a typo by @znz in #25
- Get rid of use of
Gem::Versionby @nobu in #26
New Contributors
- @dependabot made their first contribution in #23
- @znz made their first contribution in #25
- @nobu made their first contribution in #26
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- set is also dual licenses by @hsbt in #10
- Add a space to separate sentences in the error message by @arbox in #13
- Import test change from main repo. by @marcandre in #15
- Adding section: What's Here by @BurdetteLamar in #16
- Allow Set#intersect? and #disjoint? to accept array argument by @jeremyevans in #18
- gemspec: This gem exposes 0 executables by @olleolleolle in #19
- Make "What's Here" section link to other "What's Here" sections by @BurdetteLamar in #20
- Make Set#pretty_print IRB::ColorPrinter friendly by @k-tsj in #17
New Contributors
- @arbox made their first contribution in #13
- @jeremyevans made their first contribution in #18
- @olleolleolle made their first contribution in #19
- @k-tsj made their first contribution in #17
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Resurrect support for Ruby 2.x by @knu in #1
- Remove SortedSet implementations by @knu in #2
- Tweak gemfile by @marcandre in #6
- Add
Set#<=>by @marcandre in #5 - Add
Set#joinby @marcandre in #4 - Prepare for a 1.0.0 release by @knu in #8
- Raise informative error on
SortedSetaccess by @marcandre in #9
New Contributors
Full Changelog: https://github.com/ruby/set/commits/v1.0.0
v0.1.0
Full Changelog: https://github.com/ruby/set/commits/v0.1.0