Skip to content

chore: release v0.5.0#805

Closed
tmke8 wants to merge 2 commits intomainfrom
release-plz-2026-02-11T12-30-02Z
Closed

chore: release v0.5.0#805
tmke8 wants to merge 2 commits intomainfrom
release-plz-2026-02-11T12-30-02Z

Conversation

@tmke8
Copy link
Copy Markdown
Owner

@tmke8 tmke8 commented Feb 11, 2026

🤖 New release

  • math-core-renderer-internal: 0.4.0 -> 0.5.0
  • math-core: 0.4.0 -> 0.5.0 (⚠ API breaking changes)
  • math-core-cli: 0.4.0 -> 0.5.0

math-core 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.46.0/src/lints/enum_missing.ron

Failed in:
  enum math_core::Token, previously in file /tmp/.tmp1oWz3b/math-core/src/token.rs:15
  enum math_core::LatexErrKind, previously in file /tmp/.tmp1oWz3b/math-core/src/error.rs:19

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field 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.46.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field 1 of struct LatexError, previously in file /tmp/.tmp1oWz3b/math-core/src/error.rs:15

--- failure struct_pub_field_now_doc_hidden: pub struct field is now #[doc(hidden)] ---

Description:
A pub field of a pub struct is now marked #[doc(hidden)] and is no longer part of the public API.
        ref: https://doc.rust-lang.org/rustdoc/write-documentation/the-doc-attribute.html#hidden
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/struct_pub_field_now_doc_hidden.ron

Failed in:
  field LatexError.1 in file /tmp/.tmpbXdyDD/math-core/crates/math-core/src/error.rs:13
Changelog


This PR was generated with release-plz.

@github-actions
Copy link
Copy Markdown

Wasm sizes:
Base branch: 118162 bytes
PR: 118162 bytes
Size diff: 0 bytes (0.00%)

@tmke8 tmke8 force-pushed the release-plz-2026-02-11T12-30-02Z branch from f45ec9d to aa6b628 Compare February 11, 2026 18:06
@github-actions
Copy link
Copy Markdown

Wasm sizes:
Base branch: 118159 bytes
PR: 118159 bytes
Size diff: 0 bytes (0.00%)

@tmke8 tmke8 force-pushed the release-plz-2026-02-11T12-30-02Z branch from aa6b628 to 48d7194 Compare February 11, 2026 23:48
@github-actions
Copy link
Copy Markdown

Wasm sizes:
Base branch: 118159 bytes
PR: 118159 bytes
Size diff: 0 bytes (0.00%)

@tmke8 tmke8 force-pushed the release-plz-2026-02-11T12-30-02Z branch from 48d7194 to 848b5e5 Compare February 12, 2026 12:48
@github-actions
Copy link
Copy Markdown

Wasm sizes:
Base branch: 118159 bytes
PR: 118159 bytes
Size diff: 0 bytes (0.00%)

@tmke8 tmke8 force-pushed the release-plz-2026-02-11T12-30-02Z branch from 848b5e5 to 5957d8f Compare February 12, 2026 15:08
@github-actions
Copy link
Copy Markdown

Wasm sizes:
Base branch: 118203 bytes
PR: 118203 bytes
Size diff: 0 bytes (0.00%)

@tmke8 tmke8 force-pushed the release-plz-2026-02-11T12-30-02Z branch from 5957d8f to c3f0648 Compare February 12, 2026 15:17
@github-actions
Copy link
Copy Markdown

Wasm sizes:
Base branch: 118203 bytes
PR: 118203 bytes
Size diff: 0 bytes (0.00%)

@tmke8 tmke8 force-pushed the release-plz-2026-02-11T12-30-02Z branch from c3f0648 to 420e7c0 Compare February 12, 2026 15:32
@github-actions
Copy link
Copy Markdown

Wasm sizes:
Base branch: 118203 bytes
PR: 118203 bytes
Size diff: 0 bytes (0.00%)

@tmke8 tmke8 force-pushed the release-plz-2026-02-11T12-30-02Z branch from 420e7c0 to aec0651 Compare February 12, 2026 22:31
@github-actions
Copy link
Copy Markdown

Wasm sizes:
Base branch: 118218 bytes
PR: 118218 bytes
Size diff: 0 bytes (0.00%)

@tmke8 tmke8 force-pushed the release-plz-2026-02-11T12-30-02Z branch from aec0651 to d6bf990 Compare February 12, 2026 22:48
@github-actions
Copy link
Copy Markdown

Wasm sizes:
Base branch: 118236 bytes
PR: 118236 bytes
Size diff: 0 bytes (0.00%)

@github-actions
Copy link
Copy Markdown

Wasm sizes:
Base branch: 118236 bytes
PR: 118236 bytes
Size diff: 0 bytes (0.00%)

@tmke8 tmke8 closed this Feb 12, 2026
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