-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.0 #150
Comments
interface is stable for years, nothing has drastically changed at the point to change to a new major version. |
That's a bit unfortunate as the semver guidelines also state that I wonder if it's worth stating this in the readme so people know the API is stable even though it's |
Please see changelog, croniter is 11 years old. It would have been known if it would not be stable. |
btw, i will just make another commit release for making you happy ;) |
1.0.1 released. |
Sorry wasn't trying to push for a 1.0 release, but I do appreciate it regardless, thanks! (only stumbled across this as I've been using it for a few years and was curious about 1.x) |
no problem, if you felt there was something todo, there was certainly something todo. |
Thanks for releasing |
Sorry, but i can't let you say that @trendelkampschroer, it's truely abusive. It's only for semver where a 0.X release implies it's on a development state. croniter was for now NOT USING SEMVER but regular library versioning so you can't access that, SORRY. a good exemple would be https://en.wikipedia.org/wiki/OpenSSL which turned 1.0 long time after initial stable release ;-) |
My apologies if my comment came along as abusive. My intent was purely to sincerly thank you for cutting a release. In addition I wanted to express that it's more convenient for external dependencies to have major version > 0 IF developers/projects are used to reason about API stability in terms of semver. So thank you again for making croniter available and cutting this release and sorry that this wasn't clear from the wording of my comment. |
Hi, thanks a lot for creating croniter and making it available to the public.
Do you plan to release a first version
1.0
for which you guarantee a "stable" interface?That could be helpful for people who use croniter as a dependency in their code.
The text was updated successfully, but these errors were encountered: