-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Cargo.lock is out of date in the repository #178
Comments
Hi, my apologies for this issue. |
On it! |
Hm should we tag 1.3.2 release with a fixed |
I feel the new features are a bit unstable for now (given the number of new issues!), so I am not 100% confident we should go ahead with a release. |
Wait, looking closely at this, Lines 5 to 21 in a315c78
Lines 538 to 547 in a315c78
We should definitely discuss how to manage versions and releases for sure, but I don't think @uningan could you clarify what you mean for |
Sure, in tagged release I propose to make a bug fix release 1.2.2 with updated and synced Cargo.lock versions. Of course, in main branch versions are updated and synced and forced rebuilt doesn't happen, only that 1.3.0-dev or similar looks better. |
Makes sense, thanks for the explanation! @Shinyzenith what do you think? |
Yep I think this is the best course of action! Go ahead and tag the release! |
I'm just waiting to have a complete changelog before merging #186 so that we can do a release right away afterward. |
Cargo.lock is out of date in the repository
must be
version="1.2.1"
for tagged release1.2.1
also
version="1.2.1"
inmaster
must beversion="1.3.0-dev"
or similar.The text was updated successfully, but these errors were encountered: