|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [0.3.0 (2019-12-17)][v0.3.0] |
| 3 | +## Master |
| 4 | + |
| 5 | +* [Remove explicit dependency on ActiveRecord][#64] |
| 6 | + ([@flash-gordon][]) |
| 7 | + |
| 8 | +[#64]: https://github.com/mcmire/super_diff/pull/64 |
| 9 | +[@flash-gordon]: https://github.com/flash-gordon |
| 10 | + |
| 11 | +## [v0.3.0][] (2019-12-17) |
4 | 12 |
|
5 | 13 | [v0.3.0]: https://github.com/mcmire/super_diff/tree/v0.3.0
|
6 | 14 |
|
7 |
| -* Add useful diff representation of Time-like values |
8 |
| - [[#61][issue-61]] |
9 |
| - ([@Mange][mange]) |
10 |
| -* Fix tests so they run even with a global `--color` setting |
11 |
| - [[#62][issue-62]] |
| 15 | +* [Add useful diff representation of Time-like values][#61] |
| 16 | + ([@Mange][]) |
| 17 | +* [Fix tests so they run even with a global `--color` setting][#62] |
12 | 18 |
|
13 |
| -[issue-61]: https://github.com/mcmire/super_diff/pull/61 |
14 |
| -[issue-62]: https://github.com/mcmire/super_diff/pull/62 |
15 |
| -[mange]: https://github.com/Mange |
| 19 | +[#61]: https://github.com/mcmire/super_diff/pull/61 |
| 20 | +[#62]: https://github.com/mcmire/super_diff/pull/62 |
| 21 | +[@Mange]: https://github.com/Mange |
16 | 22 |
|
17 |
| -## [0.2.0 (2019-10-04)][v0.2.0] |
| 23 | +## [v0.2.0][] (2019-10-04) |
18 | 24 |
|
19 | 25 | [v0.2.0]: https://github.com/mcmire/super_diff/tree/v0.2.0
|
20 | 26 |
|
@@ -61,7 +67,7 @@ Lots of fixes and new features!
|
61 | 67 | so that the whole message isn't colored in red,
|
62 | 68 | but only the first line
|
63 | 69 |
|
64 |
| -## [0.1.0 (2019-10-02)][v0.1.0] |
| 70 | +## [v0.1.0][] (2019-10-02) |
65 | 71 |
|
66 | 72 | [v0.1.0]: https://github.com/mcmire/super_diff/tree/v0.1.0
|
67 | 73 |
|
|
0 commit comments