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 v0.0.25 #68

Merged
merged 1 commit into from
Feb 24, 2025
Merged

chore: release v0.0.25 #68

merged 1 commit into from
Feb 24, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 17, 2025

🤖 New release

  • liwe: 0.0.24 -> 0.0.25 (⚠ API breaking changes)
  • iwe: 0.0.24 -> 0.0.25
  • iwes: 0.0.24 -> 0.0.25 (⚠ API breaking changes)

liwe 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.39.0/src/lints/enum_missing.ron

Failed in:
  enum liwe::model::graph::Block, previously in file /tmp/.tmp9wJZ2f/liwe/src/model/graph.rs:68
  enum liwe::model::graph::Inline, previously in file /tmp/.tmp9wJZ2f/liwe/src/model/graph.rs:82

--- failure function_missing: pub fn removed or renamed ---

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

Failed in:
  function liwe::key::without_extension, previously in file /tmp/.tmp9wJZ2f/liwe/src/key.rs:3
  function liwe::key::with_extension, previously in file /tmp/.tmp9wJZ2f/liwe/src/key.rs:10
  function liwe::model::graph::to_node_inlines, previously in file /tmp/.tmp9wJZ2f/liwe/src/model/graph.rs:807
  function liwe::state::new_form_indoc, previously in file /tmp/.tmp9wJZ2f/liwe/src/state.rs:34

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

Failed in:
  GraphNodeVisitor::doucment_key, previously in file /tmp/.tmp9wJZ2f/liwe/src/graph/graph_node_visitor.rs:183
  Node::is_doucment, previously in file /tmp/.tmp9wJZ2f/liwe/src/model/graph.rs:53
  DocumentBlock::ref_key, previously in file /tmp/.tmp9wJZ2f/liwe/src/model/document.rs:88
  Parser::key_at, previously in file /tmp/.tmp9wJZ2f/liwe/src/parser.rs:22
  DocumentInline::to_node_inline, previously in file /tmp/.tmp9wJZ2f/liwe/src/model/document.rs:335
  DocumentInline::ref_key, previously in file /tmp/.tmp9wJZ2f/liwe/src/model/document.rs:454
  DocumentInline::key, previously in file /tmp/.tmp9wJZ2f/liwe/src/model/document.rs:518
  DocumentInline::link_at_positon, previously in file /tmp/.tmp9wJZ2f/liwe/src/model/document.rs:525

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/method_parameter_count_changed.ron

Failed in:
  liwe::graph::sections_builder::SectionsBuilder::new now takes 3 parameters instead of 2, in /tmp/.tmpZcepBX/iwe/crates/liwe/src/graph/sections_builder.rs:27

--- 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.39.0/src/lints/module_missing.ron

Failed in:
  mod liwe::key, previously in file /tmp/.tmp9wJZ2f/liwe/src/key.rs:1

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/trait_method_added.ron

Failed in:
  trait method liwe::graph::GraphContext::get_container_document_ref_text in file /tmp/.tmpZcepBX/iwe/crates/liwe/src/graph.rs:477

--- 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.39.0/src/lints/trait_method_missing.ron

Failed in:
  method get_container_doucment_ref_text of trait GraphContext, previously in file /tmp/.tmp9wJZ2f/liwe/src/graph.rs:483

iwes breaking changes

--- failure derive_trait_impl_removed: built-in derived trait no longer implemented ---

Description:
A public type has stopped deriving one or more traits. This can break downstream code that depends on those types implementing those traits.
        ref: https://doc.rust-lang.org/reference/attributes/derive.html#derive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/derive_trait_impl_removed.ron

Failed in:
  type InitializeParams no longer derives Hash, in /tmp/.tmpZcepBX/iwe/crates/iwes/src/lib.rs:14
Changelog

iwe

0.0.25 - 2025-02-24

Added


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-02-17T15-57-17Z branch from 113ad83 to 2574442 Compare February 24, 2025 22:45
@gimalay gimalay merged commit d2d6cc8 into master Feb 24, 2025
@gimalay gimalay deleted the release-plz-2025-02-17T15-57-17Z branch February 24, 2025 22:46
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.

1 participant