Open renovate[bot] opened 2 years ago
Base: 35.68% // Head: 35.09% // Decreases project coverage by -0.59%
:warning:
Coverage data is based on head (
df2408a
) compared to base (daf197a
). Patch has no changes to coverable lines.:exclamation: Current head df2408a differs from pull request most recent head ace580c. Consider uploading reports for the commit ace580c to get more accurate results
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This PR contains the following updates:
v0.1.0
->v0.2.1
Release Notes
gammazero/deque
### [`v0.2.1`](https://togithub.com/gammazero/deque/releases/tag/v0.2.1) [Compare Source](https://togithub.com/gammazero/deque/compare/v0.2.0...v0.2.1) #### What's Changed - Fix Clear not zeroing items when buffer full - Update index-out-of-range panic messages **Full Changelog**: https://github.com/gammazero/deque/compare/v0.2.0...v0.2.1 ### [`v0.2.0`](https://togithub.com/gammazero/deque/releases/tag/v0.2.0) [Compare Source](https://togithub.com/gammazero/deque/compare/v0.1.2...v0.2.0) - Use generics to define Deque instance for a type - Require go1.18 Note, this is a breaking change. Upgrading from v0.1.x to v0.2.x requires code changes. ### [`v0.1.2`](https://togithub.com/gammazero/deque/releases/tag/v0.1.2) [Compare Source](https://togithub.com/gammazero/deque/compare/v0.1.1...v0.1.2) Add `RIndex` function. Same as `Index` but searches in opposite direction. ### [`v0.1.1`](https://togithub.com/gammazero/deque/releases/tag/v0.1.1) [Compare Source](https://togithub.com/gammazero/deque/compare/v0.1.0...v0.1.1) - Add `Index`, `Insert`, `Remove` for doing operations in the middle of the queue - A `nil` Deque behaves like an empty Deque that cannot store values, with `Len()` and `Cap()` returning 0Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» 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.