Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse guaranteed binary and source compatibility between releases of Scalafmt #260
Conversation
1704067
to
9da5575
|
Looks like the change breaks older versions of scalafmt? |
…alafmt
|
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 |
4cbb787
into
diffplug:master
joan38 commentedJul 7, 2018
Fix for #252