ocrs icon indicating copy to clipboard operation
ocrs copied to clipboard

Version 0.8.1 should have been released as a breaking change

Open Anders429 opened this issue 5 months ago • 4 comments

I had previously started using ocrs at version 0.8.0, which has a public dependency on rten version 0.10.0. However, it seems that the newly released 0.8.1 bumped the dependency on rten to 0.13.1, which means that my usages of my own rten types in the public API of ocrs became broken when running cargo update.

As far as I understand, the general consensus is that updating public dependencies, like rten in this case, should be considered a breaking change for exactly this reason. Would you consider releasing that change as 0.9.0 instead?

Anders429 avatar Sep 15 '24 06:09 Anders429