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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #117

Closed
wants to merge 1 commit into from
Closed

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/.tmpua6BFI/eventsourced/eventsourced/src/lib.rs:259

--- 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/.tmpvFKDu7/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/.tmpvFKDu7/eventsourced/src/tagged_evt.rs:2
  struct eventsourced::ZeroSeqNoError, previously in file /tmp/.tmpvFKDu7/eventsourced/src/seq_no.rs:46
  struct eventsourced::SeqNo, previously in file /tmp/.tmpvFKDu7/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/.tmpvFKDu7/eventsourced/src/evt_log.rs:69
  method evts_by_tag of trait EvtLog, previously in file /tmp/.tmpvFKDu7/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::IntoTaggedEvt, previously in file /tmp/.tmpvFKDu7/eventsourced/src/tagged_evt.rs:10
  trait eventsourced::EvtExt, previously in file /tmp/.tmpvFKDu7/eventsourced/src/tagged_evt.rs:37

鈿狅笍 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/.tmpua6BFI/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/.tmpvFKDu7/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/.tmpua6BFI/eventsourced/eventsourced-postgres/src/lib.rs:42
  variant Error:InvalidLastNonZeroU64 in /tmp/.tmpua6BFI/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/.tmpvFKDu7/eventsourced-postgres/src/lib.rs:42
  variant Error::InvalidLastSeqNo, previously in file /tmp/.tmpvFKDu7/eventsourced-postgres/src/lib.rs:46
Changelog

eventsourced

0.12.0 - 2023-12-27

Added

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

eventsourced-nats

0.12.0 - 2023-12-27

Added

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

eventsourced-postgres

0.12.0 - 2023-12-27

Added

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


This PR was generated with release-plz.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@hseeberger hseeberger closed this Dec 27, 2023
@hseeberger hseeberger deleted the release-plz-2023-12-27T16-13-46Z branch December 28, 2023 07:50
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