-
Notifications
You must be signed in to change notification settings - Fork 55
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
Github releases not in sync with registered versions #351
Comments
Yes, sorry about that. I need to do more releases. I'm sorry about the github releases not being in sync. I'll look for a way to sync them up. |
Thinking about this more, I recalled that the reason we aren't making frequent release is that we are still pre-1.0. This means every release is technically breaking according to SemVer, and making lots of releases will cause compat issues. The solution, I think, is to power ahead to 1.0 (will compile a roadmap soon) so we can do a more reasonable and faster release schedule. |
@pdeffebach - I think that for DataFramesMeta.jl doing more frequent releases is not a problem because:
(btw. it is OK to do patch releases if needed as e.g. to fix the broadcasting bug you fixed) |
Bumping the |
Releases are in sync now. |
Out of curiosity, which was the breaking change that lead to v0.13 being tagged instead of v0.12.1? |
We added a new feature, |
my experience with any package in the julia ecosystem is that in pre-1.0 they just update the patch version when adding new features, which avoids unnecessary compact changes in dependents. |
Last registered version on the Registries is v0.12.0 while the last github release in this repo is v0.11.0.
As a side note, it would be nice to have a new release whenever a PR is merged since changes are low frequency
The text was updated successfully, but these errors were encountered: