php-decimal / ext-decimal

Correctly-rounded, arbitrary precision decimal floating-point arithmetic in PHP
https://php-decimal.github.io/
MIT License
336 stars 19 forks source link

2.0.0 PECL release has wrong version #49

Closed dzuelke closed 3 years ago

dzuelke commented 4 years ago

Version 2.0.0 is on PECL, and has a stability marked as alpha.

The name should be "2.0.0alpha1" or "2.0.0alpha1", otherwise systems like Composer will treat it as a stable release.

Please delete the release from PECL if at all possible and publish it again.

rtheunissen commented 3 years ago

I don't think I can delete the release. I'll upgrade to 2.0.1 stable soon.

marcroberts commented 3 years ago

Any update on the 2.0.1 release ?