Closed jplatte closed 1 month ago
The version has been yanked. I'd like to avoid this in the future. Are there any suggestions for catching this early? I recall there being a cargo tool to semi-automate this, though I can't remember what it was called.
You're probably thinking of https://github.com/obi1kenobi/cargo-semver-checks
It looks like the breaking change is difficult to isolate and revert without reverting meaningful changes. As such, I'm moving forward releasing the new version as 0.3.0
instead so that it is properly acknowledged as breaking.
sqlformat::format
now requires a&FormatOptions<_>
for its third argument, when it used to take an ownedFormatOptions
. This makes SQLx fail to compile with that version.Please consider yanking
v0.2.7
.