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

chore: release #916

Merged
merged 1 commit into from
Apr 26, 2024
Merged

chore: release #916

merged 1 commit into from
Apr 26, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 26, 2024

🤖 New release

  • arbiter-bindings: 0.1.6 -> 0.1.7 (✓ API compatible changes)
  • arbiter-core: 0.10.3 -> 0.11.0 (⚠️ API breaking changes)
  • arbiter-engine: 0.3.2 -> 0.4.0 (⚠️ API breaking changes)
  • arbiter-macros: 0.1.3 -> 0.1.4
  • arbiter: 0.4.19 -> 0.4.20

⚠️ arbiter-core breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.28.0/src/lints/enum_variant_added.ron

Failed in:
  variant ArbiterCoreError:RwLockError in /tmp/.tmprrBYLC/arbiter/core/src/errors.rs:109

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.28.0/src/lints/inherent_method_missing.ron

Failed in:
  EnvironmentBuilder::with_db, previously in file /tmp/.tmprOE3fb/arbiter-core/src/environment/mod.rs:147

--- failure tuple_struct_to_plain_struct: tuple struct changed to plain struct ---

Description:
A publicly-visible, exhaustive tuple struct with pub fields changed to normal (curly-braces) struct, which cannot be constructed using the same struct literal syntax.
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.28.0/src/lints/tuple_struct_to_plain_struct.ron

Failed in:
  struct ArbiterDB in /tmp/.tmprrBYLC/arbiter/core/src/database/mod.rs:30

⚠️ arbiter-engine breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.28.0/src/lints/enum_variant_added.ron

Failed in:
  variant ArbiterEngineError:ArbiterCoreError in /tmp/.tmprrBYLC/arbiter/engine/src/errors.rs:48
Changelog

arbiter-bindings

0.1.7 - 2024-04-26

Other

  • Some repository Tender Loving Care. Should fix release please once merged. (#959)
  • update submodule (#928)

arbiter-core

0.11.0 - 2024-04-26

Added

  • environment logs (#911)

Other

  • Some repository Tender Loving Care. Should fix release please once merged. (#959)
  • (deps) bump chrono from 0.4.37 to 0.4.38 (#954)
  • (deps) bump chrono from 0.4.34 to 0.4.35 (#930)

arbiter-engine

0.4.0 - 2024-04-26

Other

  • Some repository Tender Loving Care. Should fix release please once merged. (#959)
  • db management (#922)
  • (deps) bump tokio-stream from 0.1.14 to 0.1.15 (#939)

arbiter-macros

0.1.4 - 2024-04-26

Other

  • (deps) bump quote from 1.0.35 to 1.0.36 (#947)

arbiter

0.4.20 - 2024-04-26

Added

  • environment logs (#911)

Other

  • Some repository Tender Loving Care. Should fix release please once merged. (#959)
  • (deps) bump rustls from 0.21.10 to 0.21.11 in /docs in the cargo group across 1 directory (#957)
  • (deps) bump rustls from 0.21.10 to 0.21.11 in the cargo group (#956)
  • (deps) bump serde_json from 1.0.115 to 1.0.116 (#955)
  • (deps) bump chrono from 0.4.37 to 0.4.38 (#954)
  • (deps) bump serde from 1.0.197 to 1.0.198 (#953)
  • (deps) bump quote from 1.0.35 to 1.0.36 (#947)
  • (deps) bump anyhow from 1.0.81 to 1.0.82 (#946)
  • (deps) bump async-trait from 0.1.79 to 0.1.80 (#948)
  • (deps) bump syn from 2.0.58 to 2.0.60 (#952)
  • (deps) bump h2 from 0.3.24 to 0.3.26 in /docs (#945)
  • (deps) bump h2 from 0.3.25 to 0.3.26 (#944)
  • (deps) bump syn from 2.0.57 to 2.0.58 (#943)
  • db management (#922)
  • (deps) bump async-trait from 0.1.77 to 0.1.79 (#940)
  • (deps) bump thiserror from 1.0.57 to 1.0.58 (#941)
  • (deps) bump tokio-stream from 0.1.14 to 0.1.15 (#939)
  • (deps) bump serde_json from 1.0.114 to 1.0.115 (#938)
  • (deps) bump mio from 0.8.10 to 0.8.11 in /docs (#927)
  • (deps) bump anyhow from 1.0.80 to 1.0.81 (#933)
  • (deps) bump proc-macro2 from 1.0.78 to 1.0.79 (#934)
  • (deps) bump toml from 0.8.10 to 0.8.12 (#935)
  • (deps) bump rayon from 1.8.1 to 1.10.0 (#937)
  • update submodule (#928)
  • Update README.md (#936)
  • (deps) bump ethers from 2.0.13 to 2.0.14 (#931)
  • (deps) bump clap from 4.5.1 to 4.5.2 (#929)
  • (deps) bump chrono from 0.4.34 to 0.4.35 (#930)
  • (deps) bump mio from 0.8.10 to 0.8.11 (#926)
  • (deps) bump crossbeam-channel from 0.5.11 to 0.5.12 (#919)
  • (deps) bump syn from 2.0.51 to 2.0.52 (#920)
  • (deps) bump tempfile from 3.10.0 to 3.10.1 (#917)
  • (deps) bump syn from 2.0.50 to 2.0.51 (#915)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-02-26T20-39-18Z branch 8 times, most recently from ae90298 to f03939b Compare March 6, 2024 20:50
@github-actions github-actions bot force-pushed the release-plz-2024-02-26T20-39-18Z branch from f03939b to f1092f0 Compare March 21, 2024 17:23
@github-actions github-actions bot force-pushed the release-plz-2024-02-26T20-39-18Z branch 11 times, most recently from 277d596 to e708015 Compare April 3, 2024 00:21
@0xJepsen
Copy link
Collaborator

0xJepsen commented Apr 3, 2024

Thinking we should ship this after reading breaking smart. Release early and often.

@github-actions github-actions bot force-pushed the release-plz-2024-02-26T20-39-18Z branch 3 times, most recently from 1f71402 to 0f0589b Compare April 8, 2024 16:20
@github-actions github-actions bot force-pushed the release-plz-2024-02-26T20-39-18Z branch 6 times, most recently from 42ac884 to 7b9832e Compare April 18, 2024 21:05
@github-actions github-actions bot force-pushed the release-plz-2024-02-26T20-39-18Z branch 3 times, most recently from 3a50984 to bbe68e8 Compare April 19, 2024 21:37
Signed-off-by: GitHub Action <[email protected]>
@github-actions github-actions bot force-pushed the release-plz-2024-02-26T20-39-18Z branch from bbe68e8 to 456aa45 Compare April 26, 2024 21:31
@0xJepsen 0xJepsen merged commit 68d078a into main Apr 26, 2024
@0xJepsen 0xJepsen deleted the release-plz-2024-02-26T20-39-18Z branch April 26, 2024 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants