Skip to content

chore: release v0.15.0#121

Open
aliev wants to merge 1 commit intomainfrom
release-plz-2026-02-16T09-55-43Z
Open

chore: release v0.15.0#121
aliev wants to merge 1 commit intomainfrom
release-plz-2026-02-16T09-55-43Z

Conversation

@aliev
Copy link
Owner

@aliev aliev commented Feb 16, 2026

🤖 New release

  • baker: 0.14.4 -> 0.15.0 (⚠ API breaking changes)

baker breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ConfigV1.post_hook_print_stdout in /tmp/.tmpRhpqZG/baker/src/config/loader.rs:38
  field ConfigV1.post_hook_print_stdout in /tmp/.tmpRhpqZG/baker/src/config/loader.rs:38

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function 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.46.0/src/lints/function_parameter_count_changed.ron

Failed in:
  baker::cli::hooks::run_hook now takes 6 parameters instead of 5, in /tmp/.tmpRhpqZG/baker/src/cli/hooks.rs:37
Changelog

[0.15.0] - 2026-03-01

🚀 Features

  • Add option to print post-hook stdout

🐛 Bug Fixes

  • Stream post-hook stdout in real time when print_stdout is enabled

🎨 Styling

  • Apply cargo fmt


This PR was generated with release-plz.

@aliev aliev changed the title chore: release v0.14.5 chore: release v0.15.0 Mar 1, 2026
@aliev aliev force-pushed the release-plz-2026-02-16T09-55-43Z branch from d15abe6 to 5a05148 Compare March 1, 2026 20:40
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