Skip to content

chore: release#229

Open
nikomatsakis wants to merge 1 commit into
mainfrom
release-plz-2026-05-16T09-50-58Z
Open

chore: release#229
nikomatsakis wants to merge 1 commit into
mainfrom
release-plz-2026-05-16T09-50-58Z

Conversation

@nikomatsakis
Copy link
Copy Markdown
Member

@nikomatsakis nikomatsakis commented May 16, 2026

🤖 New release

  • symposium-hook: 0.1.0
  • symposium: 0.4.0 -> 0.5.0 (⚠ API breaking changes)

symposium 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.47.0/src/lints/enum_missing.ron

Failed in:
  enum symposium::hook_schema::symposium::OutputEvent, previously in file /tmp/.tmp4aA7Bi/symposium/src/hook_schema/symposium.rs:156
  enum symposium::hook_schema::symposium::InputEvent, previously in file /tmp/.tmp4aA7Bi/symposium/src/hook_schema/symposium.rs:61
  enum symposium::hook::HookEvent, previously in file /tmp/.tmp4aA7Bi/symposium/src/hook_schema.rs:59
  enum symposium::hook_schema::HookEvent, previously in file /tmp/.tmp4aA7Bi/symposium/src/hook_schema.rs:59

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

Failed in:
  struct symposium::hook_schema::symposium::PreToolUseOutput, previously in file /tmp/.tmp4aA7Bi/symposium/src/hook_schema/symposium.rs:106
  struct symposium::hook_schema::symposium::SessionStartInput, previously in file /tmp/.tmp4aA7Bi/symposium/src/hook_schema/symposium.rs:52
  struct symposium::hook_schema::symposium::PreToolUseInput, previously in file /tmp/.tmp4aA7Bi/symposium/src/hook_schema/symposium.rs:15
  struct symposium::hook_schema::symposium::PostToolUseOutput, previously in file /tmp/.tmp4aA7Bi/symposium/src/hook_schema/symposium.rs:123
  struct symposium::hook_schema::symposium::UserPromptSubmitInput, previously in file /tmp/.tmp4aA7Bi/symposium/src/hook_schema/symposium.rs:41
  struct symposium::hook_schema::symposium::UserPromptSubmitOutput, previously in file /tmp/.tmp4aA7Bi/symposium/src/hook_schema/symposium.rs:134
  struct symposium::hook_schema::symposium::SessionStartOutput, previously in file /tmp/.tmp4aA7Bi/symposium/src/hook_schema/symposium.rs:145
  struct symposium::hook_schema::symposium::PostToolUseInput, previously in file /tmp/.tmp4aA7Bi/symposium/src/hook_schema/symposium.rs:27
Changelog

symposium-hook

0.1.0 - 2026-06-01

Other

  • pacify the merciless fmt
  • Add user-facing hook documentation and SDK guide
  • Introduce symposium-hook SDK crate

symposium

0.5.0 - 2026-06-01

Other

  • pacify the merciless fmt
  • fix macOS CI test failure (symlink canonicalization)
  • Also watch battery-pack.toml for sync staleness
  • pacify the merciless fmt
  • Skip auto-sync when Cargo.lock is unchanged
  • pacify the merciless fmt
  • Add user-facing hook documentation and SDK guide
  • Add design tenets and hook architecture docs
  • Implement per-plugin hook format selection
  • Introduce symposium-hook SDK crate
  • Change default crate skills path from .symposium/skills to skills


This PR was generated with release-plz.

@nikomatsakis nikomatsakis force-pushed the release-plz-2026-05-16T09-50-58Z branch from 748749d to b8d10b8 Compare May 28, 2026 15:11
@nikomatsakis nikomatsakis changed the title chore: release v0.4.1 chore: release May 31, 2026
@nikomatsakis nikomatsakis force-pushed the release-plz-2026-05-16T09-50-58Z branch from b8d10b8 to ddd0365 Compare May 31, 2026 17:40
@nikomatsakis nikomatsakis force-pushed the release-plz-2026-05-16T09-50-58Z branch from ddd0365 to 00ef8d0 Compare June 1, 2026 14:34
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