felangel / equatable

A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.
https://pub.dev/packages/equatable
MIT License
920 stars 102 forks source link

Publish a new version #171

Closed EchoEllet closed 10 months ago

EchoEllet commented 10 months ago

It has been a while (15 months) since the package got published, I think it's a good idea to publish a new version 2.0.6 even though not much has changed

but just so the developers who are using the package know that the package is still maintained and supported

felangel commented 10 months ago

That seems unnecessary imo. If a package is stable there is no reason to publish new versions with no changes. Closing this for now since I don’t think there’s any benefit in revving the version with no changes.

EchoEllet commented 10 months ago

That seems unnecessary imo. If a package is stable there is no reason to publish new versions with no changes. Closing this for now since I don’t think there’s any benefit in revving the version with no changes.

It depends on your perspective.