Skip to content
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

Prepare for 5.0.0 release #161

Merged
merged 1 commit into from
Aug 8, 2022
Merged

Prepare for 5.0.0 release #161

merged 1 commit into from
Aug 8, 2022

Conversation

lopopolo
Copy link
Member

@lopopolo lopopolo commented Aug 8, 2022

Release 5.0.0 of boba.

boba is published on crates.io.

Breaking changes

  • Remove alloc feature. boba has a required dependency on the alloc crate, but gates the availability of the alloc crate with the alloc feature. boba 4.x did not build when compiling with --no-default-features. Make alloc a non-optional dependency. Remove alloc feature #160

Testing improvements

Documentation improvements

Include some additional fixes to only hardcode links to std docs when the std
feature is not enabled.
@lopopolo lopopolo added the A-release Area: crates.io releases and version bumps. label Aug 8, 2022
@lopopolo lopopolo merged commit 6234606 into trunk Aug 8, 2022
@lopopolo lopopolo deleted the lopopolo/release-5.0.0 branch August 8, 2022 04:54
@lopopolo lopopolo added the C-docs Category: Improvements or additions to documentation. label Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-release Area: crates.io releases and version bumps. C-docs Category: Improvements or additions to documentation.
Development

Successfully merging this pull request may close these issues.

1 participant