theyakka / qr.flutter

QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter.

Home Page:https://pub.dev/packages/qr_flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bump major version when breaking changes are introduced

vbuberen opened this issue · comments

This is not a bug report, but a request for future to not introduce breaking changes without changing the major version as it breaks projects for lots of people. Changes introduced in 4.0.1 with class renaming had to be a bump to 5.0.0

Please read https://semver.org/ and use it for future releases.

commented

Yes. I realised after publishing that there were breaking changes. I'm prepping a 5.0 release too, but unfortunately I can't unroll the dice here. Thanks for the report though.