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

Merged
merged 1 commit into from
Dec 28, 2023
Merged

chore: release #122

merged 1 commit into from
Dec 28, 2023

Conversation

github-actions[bot]
Copy link
Contributor

🤖 New release

  • eventsourced: 0.11.0 -> 0.12.0 (⚠️ API breaking changes)
  • eventsourced-nats: 0.11.0 -> 0.12.0 (⚠️ API breaking changes)
  • eventsourced-postgres: 0.11.0 -> 0.12.0 (⚠️ API breaking changes)

⚠️ eventsourced 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.26.0/src/lints/enum_variant_added.ron

Failed in:
  variant SpawnError:LastNonZeroU64 in /tmp/.tmpv6EHsh/eventsourced/eventsourced/src/lib.rs:258

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that 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.26.0/src/lints/enum_variant_missing.ron

Failed in:
  variant SpawnError::LastSeqNo, previously in file /tmp/.tmpSLx3JC/eventsourced/src/lib.rs:263

--- 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.26.0/src/lints/struct_missing.ron

Failed in:
  struct eventsourced::TaggedEvt, previously in file /tmp/.tmpSLx3JC/eventsourced/src/tagged_evt.rs:2
  struct eventsourced::ZeroSeqNoError, previously in file /tmp/.tmpSLx3JC/eventsourced/src/seq_no.rs:46
  struct eventsourced::SeqNo, previously in file /tmp/.tmpSLx3JC/eventsourced/src/seq_no.rs:9

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.26.0/src/lints/trait_method_missing.ron

Failed in:
  method evts_by_tag of trait LocalEvtLog, previously in file /tmp/.tmpSLx3JC/eventsourced/src/evt_log.rs:69
  method evts_by_tag of trait EvtLog, previously in file /tmp/.tmpSLx3JC/eventsourced/src/evt_log.rs:69

--- failure trait_missing: pub trait removed or renamed ---

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

Failed in:
  trait eventsourced::EvtExt, previously in file /tmp/.tmpSLx3JC/eventsourced/src/tagged_evt.rs:37
  trait eventsourced::IntoTaggedEvt, previously in file /tmp/.tmpSLx3JC/eventsourced/src/tagged_evt.rs:10

⚠️ eventsourced-nats 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.26.0/src/lints/enum_variant_added.ron

Failed in:
  variant Error:InvalidNonZeroU64 in /tmp/.tmpv6EHsh/eventsourced/eventsourced-nats/src/lib.rs:38

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that 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.26.0/src/lints/enum_variant_missing.ron

Failed in:
  variant Error::InvalidSeqNo, previously in file /tmp/.tmpSLx3JC/eventsourced-nats/src/lib.rs:39

⚠️ eventsourced-postgres 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.26.0/src/lints/enum_variant_added.ron

Failed in:
  variant Error:ZeroNonZeroU64 in /tmp/.tmpv6EHsh/eventsourced/eventsourced-postgres/src/lib.rs:42
  variant Error:InvalidLastNonZeroU64 in /tmp/.tmpv6EHsh/eventsourced/eventsourced-postgres/src/lib.rs:46

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that 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.26.0/src/lints/enum_variant_missing.ron

Failed in:
  variant Error::ZeroSeqNo, previously in file /tmp/.tmpSLx3JC/eventsourced-postgres/src/lib.rs:42
  variant Error::InvalidLastSeqNo, previously in file /tmp/.tmpSLx3JC/eventsourced-postgres/src/lib.rs:46
Changelog

eventsourced

0.12.0 - 2023-12-28

Added

  • no longer support tagging (#116)
  • add logging and tracing (#114)
  • use NonZeroU64 instead of SeqNo (#111)

Fixed

  • hydrate entities / evtlog after seq_no (#120)

eventsourced-nats

0.12.0 - 2023-12-28

Added

  • no longer support tagging (#116)
  • add logging and tracing (#114)
  • use NonZeroU64 instead of SeqNo (#111)

Fixed

  • hydrate entities / evtlog after seq_no (#120)

eventsourced-postgres

0.12.0 - 2023-12-28

Added

  • no longer support tagging (#116)
  • add logging and tracing (#114)
  • use NonZeroU64 instead of SeqNo (#111)

Fixed

  • hydrate entities / evtlog after seq_no (#120)


This PR was generated with release-plz.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@hseeberger hseeberger merged commit a5c4c44 into main Dec 28, 2023
@hseeberger hseeberger deleted the release-plz-2023-12-28T07-56-48Z branch December 28, 2023 08:06
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.

None yet

1 participant