jdrouet / catapulte

Rust implementation of catapulte email sender
GNU Affero General Public License v3.0
139 stars 6 forks source link

chore: release #660

Open github-actions[bot] opened 7 months ago

github-actions[bot] commented 7 months ago

🤖 New release

⚠️ 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](https://github.com/jdrouet/catapulte/compare/catapulte-engine-v0.1.0...catapulte-engine-v0.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](https://github.com/jdrouet/catapulte/pull/699)) - *(deps)* Bump serde from 1.0.198 to 1.0.199 ([#695](https://github.com/jdrouet/catapulte/pull/695)) - *(deps)* Bump thiserror from 1.0.58 to 1.0.59 ([#694](https://github.com/jdrouet/catapulte/pull/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](https://github.com/jdrouet/catapulte/releases/tag/catapulte-prelude-v0.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](https://github.com/jdrouet/catapulte/pull/699)) - *(deps)* Bump serde from 1.0.198 to 1.0.199 ([#695](https://github.com/jdrouet/catapulte/pull/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.