theyakka / qr.flutter

QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter.
https://pub.dev/packages/qr_flutter
BSD 3-Clause "New" or "Revised" License
718 stars 323 forks source link

Bump major version when breaking changes are introduced #205

Closed vbuberen closed 1 year ago

vbuberen commented 1 year ago

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.1with class renaming had to be a bump to 5.0.0

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

lukef commented 1 year ago

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.