servo/rust-smallvec (smallvec)
### [`v1.11.2`](https://togithub.com/servo/rust-smallvec/releases/tag/v1.11.2)
[Compare Source](https://togithub.com/servo/rust-smallvec/compare/v1.11.1...v1.11.2)
#### What's Changed
- Automated testing improvements by [@waywardmonkeys](https://togithub.com/waywardmonkeys) in [https://github.com/servo/rust-smallvec/pull/322](https://togithub.com/servo/rust-smallvec/pull/322) and [https://github.com/servo/rust-smallvec/pull/326](https://togithub.com/servo/rust-smallvec/pull/326)
- fix: don't special-case `doc` for `feature = "const_generics"` by [@mkroening](https://togithub.com/mkroening) in [https://github.com/servo/rust-smallvec/pull/328](https://togithub.com/servo/rust-smallvec/pull/328)
- Code cleanup by [@emilio](https://togithub.com/emilio) in [https://github.com/servo/rust-smallvec/pull/316](https://togithub.com/servo/rust-smallvec/pull/316) and [@waywardmonkeys](https://togithub.com/waywardmonkeys) in [https://github.com/servo/rust-smallvec/pull/323](https://togithub.com/servo/rust-smallvec/pull/323)
- Minor tweaks to doc formatting. by [@waywardmonkeys](https://togithub.com/waywardmonkeys) in [https://github.com/servo/rust-smallvec/pull/318](https://togithub.com/servo/rust-smallvec/pull/318)
#### New Contributors
- [@mkroening](https://togithub.com/mkroening) made their first contribution in [https://github.com/servo/rust-smallvec/pull/328](https://togithub.com/servo/rust-smallvec/pull/328)
**Full Changelog**: https://github.com/servo/rust-smallvec/compare/v1.11.1...v1.11.2
### [`v1.11.1`](https://togithub.com/servo/rust-smallvec/releases/tag/v1.11.1)
[Compare Source](https://togithub.com/servo/rust-smallvec/compare/v1.11.0...v1.11.1)
#### What's Changed
- Annotate SmallVec::insert_from_slice with `#[inline]` by [@sffc](https://togithub.com/sffc) in [https://github.com/servo/rust-smallvec/pull/312](https://togithub.com/servo/rust-smallvec/pull/312)
- Micro-optimize `push` and `insert` b [@emilio](https://togithub.com/emilio) in [https://github.com/servo/rust-smallvec/pull/315](https://togithub.com/servo/rust-smallvec/pull/315)
- Add `--generate-link-to-definition` option when building on docs.rs by [@GuillaumeGomez](https://togithub.com/GuillaumeGomez) in [https://github.com/servo/rust-smallvec/pull/304](https://togithub.com/servo/rust-smallvec/pull/304)
- Testing fixes by [@mrobinson](https://togithub.com/mrobinson) and [@waywardmonkeys](https://togithub.com/waywardmonkeys)
#### New Contributors
- [@mrobinson](https://togithub.com/mrobinson) made their first contribution in [https://github.com/servo/rust-smallvec/pull/303](https://togithub.com/servo/rust-smallvec/pull/303)
- [@GuillaumeGomez](https://togithub.com/GuillaumeGomez) made their first contribution in [https://github.com/servo/rust-smallvec/pull/304](https://togithub.com/servo/rust-smallvec/pull/304)
- [@sffc](https://togithub.com/sffc) made their first contribution in [https://github.com/servo/rust-smallvec/pull/312](https://togithub.com/servo/rust-smallvec/pull/312)
**Full Changelog**: https://github.com/servo/rust-smallvec/compare/v1.11.0...v1.11.1
### [`v1.11.0`](https://togithub.com/servo/rust-smallvec/releases/tag/v1.11.0)
[Compare Source](https://togithub.com/servo/rust-smallvec/compare/v1.10.0...v1.11.0)
#### What's Changed
- Testing and documentation fixes by [@striezel](https://togithub.com/striezel) in [https://github.com/servo/rust-smallvec/pull/294](https://togithub.com/servo/rust-smallvec/pull/294) and [https://github.com/servo/rust-smallvec/pull/293](https://togithub.com/servo/rust-smallvec/pull/293)
- Use `NonNull` pointer in heap version by [@AngelicosPhosphoros](https://togithub.com/AngelicosPhosphoros) in [https://github.com/servo/rust-smallvec/pull/298](https://togithub.com/servo/rust-smallvec/pull/298)
- Implemented experimental `drain_filter` method by [@L0uisc](https://togithub.com/L0uisc) in [https://github.com/servo/rust-smallvec/pull/292](https://togithub.com/servo/rust-smallvec/pull/292)
#### New Contributors
- [@striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/servo/rust-smallvec/pull/294](https://togithub.com/servo/rust-smallvec/pull/294)
- [@AngelicosPhosphoros](https://togithub.com/AngelicosPhosphoros) made their first contribution in [https://github.com/servo/rust-smallvec/pull/298](https://togithub.com/servo/rust-smallvec/pull/298)
**Full Changelog**: https://github.com/servo/rust-smallvec/compare/v1.10.0...v1.11.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
1.10.0
->1.11.2
Release Notes
servo/rust-smallvec (smallvec)
### [`v1.11.2`](https://togithub.com/servo/rust-smallvec/releases/tag/v1.11.2) [Compare Source](https://togithub.com/servo/rust-smallvec/compare/v1.11.1...v1.11.2) #### What's Changed - Automated testing improvements by [@waywardmonkeys](https://togithub.com/waywardmonkeys) in [https://github.com/servo/rust-smallvec/pull/322](https://togithub.com/servo/rust-smallvec/pull/322) and [https://github.com/servo/rust-smallvec/pull/326](https://togithub.com/servo/rust-smallvec/pull/326) - fix: don't special-case `doc` for `feature = "const_generics"` by [@mkroening](https://togithub.com/mkroening) in [https://github.com/servo/rust-smallvec/pull/328](https://togithub.com/servo/rust-smallvec/pull/328) - Code cleanup by [@emilio](https://togithub.com/emilio) in [https://github.com/servo/rust-smallvec/pull/316](https://togithub.com/servo/rust-smallvec/pull/316) and [@waywardmonkeys](https://togithub.com/waywardmonkeys) in [https://github.com/servo/rust-smallvec/pull/323](https://togithub.com/servo/rust-smallvec/pull/323) - Minor tweaks to doc formatting. by [@waywardmonkeys](https://togithub.com/waywardmonkeys) in [https://github.com/servo/rust-smallvec/pull/318](https://togithub.com/servo/rust-smallvec/pull/318) #### New Contributors - [@mkroening](https://togithub.com/mkroening) made their first contribution in [https://github.com/servo/rust-smallvec/pull/328](https://togithub.com/servo/rust-smallvec/pull/328) **Full Changelog**: https://github.com/servo/rust-smallvec/compare/v1.11.1...v1.11.2 ### [`v1.11.1`](https://togithub.com/servo/rust-smallvec/releases/tag/v1.11.1) [Compare Source](https://togithub.com/servo/rust-smallvec/compare/v1.11.0...v1.11.1) #### What's Changed - Annotate SmallVec::insert_from_slice with `#[inline]` by [@sffc](https://togithub.com/sffc) in [https://github.com/servo/rust-smallvec/pull/312](https://togithub.com/servo/rust-smallvec/pull/312) - Micro-optimize `push` and `insert` b [@emilio](https://togithub.com/emilio) in [https://github.com/servo/rust-smallvec/pull/315](https://togithub.com/servo/rust-smallvec/pull/315) - Add `--generate-link-to-definition` option when building on docs.rs by [@GuillaumeGomez](https://togithub.com/GuillaumeGomez) in [https://github.com/servo/rust-smallvec/pull/304](https://togithub.com/servo/rust-smallvec/pull/304) - Testing fixes by [@mrobinson](https://togithub.com/mrobinson) and [@waywardmonkeys](https://togithub.com/waywardmonkeys) #### New Contributors - [@mrobinson](https://togithub.com/mrobinson) made their first contribution in [https://github.com/servo/rust-smallvec/pull/303](https://togithub.com/servo/rust-smallvec/pull/303) - [@GuillaumeGomez](https://togithub.com/GuillaumeGomez) made their first contribution in [https://github.com/servo/rust-smallvec/pull/304](https://togithub.com/servo/rust-smallvec/pull/304) - [@sffc](https://togithub.com/sffc) made their first contribution in [https://github.com/servo/rust-smallvec/pull/312](https://togithub.com/servo/rust-smallvec/pull/312) **Full Changelog**: https://github.com/servo/rust-smallvec/compare/v1.11.0...v1.11.1 ### [`v1.11.0`](https://togithub.com/servo/rust-smallvec/releases/tag/v1.11.0) [Compare Source](https://togithub.com/servo/rust-smallvec/compare/v1.10.0...v1.11.0) #### What's Changed - Testing and documentation fixes by [@striezel](https://togithub.com/striezel) in [https://github.com/servo/rust-smallvec/pull/294](https://togithub.com/servo/rust-smallvec/pull/294) and [https://github.com/servo/rust-smallvec/pull/293](https://togithub.com/servo/rust-smallvec/pull/293) - Use `NonNull` pointer in heap version by [@AngelicosPhosphoros](https://togithub.com/AngelicosPhosphoros) in [https://github.com/servo/rust-smallvec/pull/298](https://togithub.com/servo/rust-smallvec/pull/298) - Implemented experimental `drain_filter` method by [@L0uisc](https://togithub.com/L0uisc) in [https://github.com/servo/rust-smallvec/pull/292](https://togithub.com/servo/rust-smallvec/pull/292) #### New Contributors - [@striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/servo/rust-smallvec/pull/294](https://togithub.com/servo/rust-smallvec/pull/294) - [@AngelicosPhosphoros](https://togithub.com/AngelicosPhosphoros) made their first contribution in [https://github.com/servo/rust-smallvec/pull/298](https://togithub.com/servo/rust-smallvec/pull/298) **Full Changelog**: https://github.com/servo/rust-smallvec/compare/v1.10.0...v1.11.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.