CHANGELOG.md in mutest-0.0.6 vs CHANGELOG.md in mutest-0.0.7
- old
+ new
@@ -4,10 +4,22 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/).
## [Master (Unreleased)]
+## [0.0.7] - 2017-06-18
+
+### Added
+
+- String literal mutations (`'foo'` -> `'foo__mutest__'`) [[#58](https://github.com/backus/mutest/pull/58/files) ([@dgollahon][])]
+- Selector mutations for `[public_]method` methods (`foo.method(:to_s)` -> `foo.method(:to_str)`) [[#56](https://github.com/backus/mutest/pull/56/files) ([@dgollahon][])]
+- Block-pass symbol#to_proc mutations (`foo(&:to_s)` -> `foo(&:to_str)`) [[#55](https://github.com/backus/mutest/pull/55/files) ([@dgollahon][])]
+- Block-pass mutations (`foo(&method(:bar))` -> `foo(&public_method(:bar))`) [[#54](https://github.com/backus/mutest/pull/54/files) ([@dgollahon][])]
+
+### Removed
+- Boolean to `nil` mutations (`true` -> `nil`; `false` -> `nil`) [[#42](https://github.com/backus/mutest/pull/42/files) ([@dgollahon][])]
+
## [0.0.6] - 2017-03-04
### Fixed
- Now `mutest` can REALLY be run without being in the bundle. [[#50](https://github.com/backus/mutest/pull/50/files) ([@dgollahon][])]
@@ -53,10 +65,11 @@
- Mutest disables (`# mutest:disable`) [[#6](https://github.com/backus/mutest/pull/6/files) ([@backus][])]
- Compound assignment mutations (`a += b` -> `a + b`, `a = b`) [[#2](https://github.com/backus/mutest/pull/2/files) ([@dgollahon][])]
<!-- Version diffs -->
-[Master (Unreleased)]: https://github.com/backus/mutest/compare/v0.0.6...HEAD
+[Master (Unreleased)]: https://github.com/backus/mutest/compare/v0.0.7...HEAD
+[0.0.7]: https://github.com/backus/mutest/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/backus/mutest/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/backus/mutest/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/backus/mutest/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/backus/mutest/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/backus/mutest/compare/7a50870929325127db8578ade9c8656f356131ba...v0.0.2