Use guaranteed binary and source compatibility between releases of Scalafmt#260
Conversation
1704067 to
9da5575
Compare
|
Looks like the change breaks older versions of scalafmt? |
|
This drops the support for scalafmt < v0.7.0-RC1. Is it good enough? It's a pretty old version... |
|
I tried to run the tests with |
|
Great! All it needs now is updated CHANGES.md:
If your change only affects a build plugin, and not the lib, then you only need to update the CHANGES.md for that plugin. If your change affects lib in an end-user-visible way (fixing a bug, updating a version) then you need to update CHANGES.md for both the lib and the build plugins. Users of a build plugin shouldn't have to refer to lib to see changes that affect them. |
|
bump |
Fix for #252