-
Notifications
You must be signed in to change notification settings - Fork 252
Release 0.29.0 #607
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
Comments
#508 is a feature, I would expect it would go into 0.29 |
Yes, it is. Actually, semver allows as release either |
That's not my understanding of semver, my understanding is that patch releases are for bugfixes rather than functionality. I don't care much though. |
I won't have time, I have some items at work to deal with first. It's fine to put it in the next release. |
Checklist (minimal list of actions for cutting release):
write_serializable_content
on element writer #508?$env:RUSTDOCFLAGS="--cfg docs_rs"; cargo +nightly doc --all-features
and check generated documentation for missing / unclear thingsCargo.toml
Changelog.md
with date of release, add new empty Unreleased headingscargo package
for final checkmaster
to my fork, wait while CI pass. Repeat with force pushs if necessarycargo publish
v0.29.0
and pushmaster
to upstreamThe text was updated successfully, but these errors were encountered: