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 #660

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 9, 2024

🤖 New release

  • catapulte-engine: 0.1.0 -> 0.2.0 (⚠️ API breaking changes)
  • catapulte-prelude: 0.1.0

⚠️ catapulte-engine breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself 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.31.0/src/lints/enum_missing.ron

Failed in:
  enum catapulte_engine::loader::Loader, previously in file /tmp/.tmprLwwdu/catapulte-engine/src/loader/mod.rs:36
  enum catapulte_engine::loader::Config, previously in file /tmp/.tmprLwwdu/catapulte-engine/src/loader/mod.rs:15

--- 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.31.0/src/lints/enum_variant_added.ron

Failed in:
  variant Error:Multiple in /tmp/.tmpy8By45/catapulte/lib/engine/src/loader/mod.rs:13

--- 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.31.0/src/lints/inherent_method_missing.ron

Failed in:
  Config::build, previously in file /tmp/.tmprLwwdu/catapulte-engine/src/loader/http.rs:15

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/module_missing.ron

Failed in:
  mod catapulte_engine::loader::prelude, previously in file /tmp/.tmprLwwdu/catapulte-engine/src/loader/prelude.rs:1

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself 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.31.0/src/lints/struct_missing.ron

Failed in:
  struct catapulte_engine::loader::prelude::Template, previously in file /tmp/.tmprLwwdu/catapulte-engine/src/loader/prelude.rs:2
  struct catapulte_engine::loader::local::LocalMetadata, previously in file /tmp/.tmprLwwdu/catapulte-engine/src/loader/local.rs:32
Changelog

catapulte-engine

0.2.0 - 2024-05-02

Added

  • (engine) update loading config
  • (engine) update configuration
  • (engine) allow multiple loader
  • feat!(prelude): update metadata structure for template

Other

  • (deps) Bump serde from 1.0.199 to 1.0.200 (#699)
  • (deps) Bump serde from 1.0.198 to 1.0.199 (#695)
  • (deps) Bump thiserror from 1.0.58 to 1.0.59 (#694)
  • (deps) Bump reqwest from 0.12.3 to 0.12.4
  • (engine) add tests to local loader
  • (deps) Bump serde_json from 1.0.115 to 1.0.116
  • (deps) Bump serde from 1.0.197 to 1.0.198
  • (deps) Bump mrml from 3.1.4 to 3.1.5
  • (deps) Bump mrml from 3.1.3 to 3.1.4
  • (deps) Bump reqwest from 0.12.2 to 0.12.3
  • (prelude) move metadata and template structure to prelude crate

catapulte-prelude

0.1.0 - 2024-05-02

Added

  • feat!(prelude): update metadata structure for template

Fixed

  • (prelude) add features to use std or alloc

Other

  • (deps) Bump serde from 1.0.199 to 1.0.200 (#699)
  • (deps) Bump serde from 1.0.198 to 1.0.199 (#695)
  • (deps) Bump serde_json from 1.0.115 to 1.0.116
  • (deps) Bump serde from 1.0.197 to 1.0.198
  • (prelude) move metadata and template structure to prelude crate


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-03-09T06-39-28Z branch 2 times, most recently from c47eb0e to daae0d0 Compare March 9, 2024 20:49
@github-actions github-actions bot changed the title chore: release v1.0.1 chore: release v1.1.0 Mar 9, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-03-09T06-39-28Z branch 6 times, most recently from e98d715 to 3144d03 Compare March 16, 2024 06:09
@github-actions github-actions bot force-pushed the release-plz-2024-03-09T06-39-28Z branch 4 times, most recently from be2f731 to 3a4dcc3 Compare March 20, 2024 10:50
@github-actions github-actions bot changed the title chore: release v1.1.0 chore: release Mar 22, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-03-09T06-39-28Z branch 14 times, most recently from 092de98 to c5ad62b Compare March 29, 2024 06:28
@github-actions github-actions bot force-pushed the release-plz-2024-03-09T06-39-28Z branch 2 times, most recently from a929e76 to 84e206f Compare March 31, 2024 14:37
@github-actions github-actions bot force-pushed the release-plz-2024-03-09T06-39-28Z branch 6 times, most recently from 523512f to 4ccdf58 Compare April 6, 2024 14:26
@github-actions github-actions bot force-pushed the release-plz-2024-03-09T06-39-28Z branch 9 times, most recently from 92c2859 to 9227b1d Compare April 21, 2024 11:42
@github-actions github-actions bot force-pushed the release-plz-2024-03-09T06-39-28Z branch 4 times, most recently from 9f51268 to 9b04894 Compare April 30, 2024 06:51
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot force-pushed the release-plz-2024-03-09T06-39-28Z branch from 9b04894 to 1b2140f Compare May 2, 2024 04:48
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.

0 participants