Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2022

Bumps bounded-vec from 0.6.0 to 0.7.1.

Release notes

Sourced from bounded-vec's releases.

v0.7.1

[0.7.1] - 2022-08-01

Added

  • fix Abrbitrary impl to honor upper(U) and lower(L) bounds;

v0.7.0

[0.7.0] - 2022-07-26

Added

  • Arbitrary impl behind arbitrary feature;
  • BoundedVec::opt_empty_vec() - empty Vec<T> to Option<BoundedVec<T>>;
  • Option<BoundedVec>::to_vec() to get Vec<T>;
Changelog

Sourced from bounded-vec's changelog.

[0.7.1] - 2022-08-01

Added

  • fix Abrbitrary impl to honor upper(U) and lower(L) bounds;

[0.7.0] - 2022-07-26

Added

  • Abrbitrary impl behind arbitrary feature;
  • BoundedVec::opt_empty_vec() - empty Vec<T> to Option<BoundedVec<T>>;
  • Option<BoundedVec>::to_vec() to get Vec<T>;
Commits
  • 8265180 (cargo-release) version 0.7.1
  • 4811881 Merge pull request #20 from ergoplatform/i19-arb-bounds
  • ab5b946 update readme and changelog;
  • 64a418e make serde feature job on CI to be --all-features job;
  • fed2375 add build with all features and make tests build with all features on CI
  • fdb96ac fix Arbitrary impl to honor upper and lower bounds;
  • 2858b54 (cargo-release) version 0.7.0
  • fbddbe1 fix release.toml;
  • 2e9f4f4 update changelog;
  • 0657831 move Option conversion test to doc test;
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. labels Oct 4, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/bounded-vec-0.7.1 branch from 1ea69dc to a0bd85e Compare October 5, 2022 21:21
@dependabot dependabot bot force-pushed the dependabot/cargo/bounded-vec-0.7.1 branch from a0bd85e to 800efde Compare December 5, 2022 11:39
@sandreim
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/bounded-vec-0.7.1 branch 2 times, most recently from 31e25c0 to 9f8cf47 Compare January 20, 2023 08:26
@dependabot dependabot bot force-pushed the dependabot/cargo/bounded-vec-0.7.1 branch from 9f8cf47 to add37e2 Compare February 3, 2023 14:13
Bumps [bounded-vec](https://github.com/ergoplatform/bounded-vec) from 0.6.0 to 0.7.1.
- [Release notes](https://github.com/ergoplatform/bounded-vec/releases)
- [Changelog](https://github.com/ergoplatform/bounded-vec/blob/develop/CHANGELOG.md)
- [Commits](ergoplatform/bounded-vec@v0.6.0...v0.7.1)

---
updated-dependencies:
- dependency-name: bounded-vec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/bounded-vec-0.7.1 branch from add37e2 to 42755ed Compare February 7, 2023 16:54
@bkchr bkchr merged commit a69950a into master Feb 8, 2023
@bkchr bkchr deleted the dependabot/cargo/bounded-vec-0.7.1 branch February 8, 2023 12:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants