Skip to content

Commit afc80ab

Browse files
authored
Bump version to 0.10.0 (#191)
1 parent 31623d7 commit afc80ab

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

3+
## 0.10.0 - 2023-03-26
4+
5+
### BREAKING CHANGES
6+
7+
- Drop support for Ruby 2.5, 2.6, and 2.7 as well as Rails 5.0, 5.1, and 5.2,
8+
as they have reached (or are about to reach) end-of-life. To use this gem,
9+
you must use at least Ruby 3.x, and if you're using Rails, Rails 6.x. ([#187],
10+
[#190])
11+
12+
### Fixes
13+
14+
- Fix diffing logic for `include` matcher so that it knows how to compare fuzzy
15+
matcher objects with other kinds of objects. ([#156])
16+
- Add a `key_enabled` configuration option for disabling the key/legend in the
17+
diff output. ([#166])
18+
- Add a `color_enabled` configuration option for disabling color. ([#138])
19+
- Update `super_diff/rails` (and, by extension, `super_diff/rspec-rails`) so
20+
that the ActiveRecord-specific integration isn't loaded if ActiveRecord isn't
21+
available. ([#188])
22+
23+
[#187]: https://github.com/mcmire/super_diff/pull/187
24+
[#190]: https://github.com/mcmire/super_diff/pull/190
25+
[#156]: https://github.com/mcmire/super_diff/pull/156
26+
[#166]: https://github.com/mcmire/super_diff/pull/166
27+
[#138]: https://github.com/mcmire/super_diff/pull/138
28+
[#188]: https://github.com/mcmire/super_diff/pull/188
29+
330
## 0.9.0 - 2022-04-25
431

532
### Fixes

lib/super_diff/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SuperDiff
2-
VERSION = "0.9.0".freeze
2+
VERSION = "0.10.0".freeze
33
end

0 commit comments

Comments
 (0)