Skip to content

chore: release v0.4.0#122

Closed
randomm wants to merge 1 commit intomainfrom
release-plz-2026-03-19T21-30-21Z
Closed

chore: release v0.4.0#122
randomm wants to merge 1 commit intomainfrom
release-plz-2026-03-19T21-30-21Z

Conversation

@randomm
Copy link
Copy Markdown
Owner

@randomm randomm commented Mar 19, 2026

🤖 New release

  • double-o: 0.3.2 -> 0.4.0 (⚠ API breaking changes)

double-o breaking changes

--- failure enum_now_doc_hidden: pub enum is now #[doc(hidden)] ---

Description:
A pub enum is now #[doc(hidden)], removing it from the crate's 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/enum_now_doc_hidden.ron

Failed in:
  enum Action in file /tmp/.tmpQZKfqO/oo/src/commands.rs:12
  enum Action in file /tmp/.tmpQZKfqO/oo/src/commands.rs:12
  enum InitFormat in file /tmp/.tmpQZKfqO/oo/src/init.rs:7
  enum InitFormat in file /tmp/.tmpQZKfqO/oo/src/init.rs:7
  enum InitFormat in file /tmp/.tmpQZKfqO/oo/src/init.rs:7

--- failure function_now_doc_hidden: pub function is now #[doc(hidden)] ---

Description:
A pub function is now #[doc(hidden)], removing it from the crate's 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/function_now_doc_hidden.ron

Failed in:
  function format_age in file /tmp/.tmpQZKfqO/oo/src/util.rs:10
  function try_index in file /tmp/.tmpQZKfqO/oo/src/commands.rs:201
  function try_index in file /tmp/.tmpQZKfqO/oo/src/commands.rs:201
  function encode_cmd in file /tmp/.tmpQZKfqO/oo/src/help.rs:10
  function cmd_help in file /tmp/.tmpQZKfqO/oo/src/commands.rs:469
  function cmd_help in file /tmp/.tmpQZKfqO/oo/src/commands.rs:469
  function write_learn_status_failure in file /tmp/.tmpQZKfqO/oo/src/commands.rs:376
  function cmd_learn in file /tmp/.tmpQZKfqO/oo/src/commands.rs:289
  function cmd_learn in file /tmp/.tmpQZKfqO/oo/src/commands.rs:289
  function now_epoch in file /tmp/.tmpQZKfqO/oo/src/util.rs:2
  function classify_with_refs in file /tmp/.tmpQZKfqO/oo/src/commands.rs:135
  function classify_with_refs in file /tmp/.tmpQZKfqO/oo/src/commands.rs:135
  function run_generic in file /tmp/.tmpQZKfqO/oo/src/init.rs:141
  function cmd_patterns in file /tmp/.tmpQZKfqO/oo/src/commands.rs:465
  function cmd_patterns in file /tmp/.tmpQZKfqO/oo/src/commands.rs:465
  function find_root in file /tmp/.tmpQZKfqO/oo/src/init.rs:76
  function cmd_forget in file /tmp/.tmpQZKfqO/oo/src/commands.rs:265
  function cmd_forget in file /tmp/.tmpQZKfqO/oo/src/commands.rs:265
  function cmd_run in file /tmp/.tmpQZKfqO/oo/src/commands.rs:62
  function cmd_run in file /tmp/.tmpQZKfqO/oo/src/commands.rs:62
  function run_in in file /tmp/.tmpQZKfqO/oo/src/init.rs:109
  function cmd_patterns_in in file /tmp/.tmpQZKfqO/oo/src/commands.rs:412
  function cmd_patterns_in in file /tmp/.tmpQZKfqO/oo/src/commands.rs:412
  function cmd_recall in file /tmp/.tmpQZKfqO/oo/src/commands.rs:221
  function cmd_recall in file /tmp/.tmpQZKfqO/oo/src/commands.rs:221
  function parse_action in file /tmp/.tmpQZKfqO/oo/src/commands.rs:47
  function parse_action in file /tmp/.tmpQZKfqO/oo/src/commands.rs:47
  function lookup in file /tmp/.tmpQZKfqO/oo/src/help.rs:33
  function cmd_init in file /tmp/.tmpQZKfqO/oo/src/commands.rs:482
  function cmd_init in file /tmp/.tmpQZKfqO/oo/src/commands.rs:482
  function run in file /tmp/.tmpQZKfqO/oo/src/init.rs:95
  function check_and_clear_learn_status in file /tmp/.tmpQZKfqO/oo/src/commands.rs:391
  function check_and_clear_learn_status in file /tmp/.tmpQZKfqO/oo/src/commands.rs:391
  function write_learn_status in file /tmp/.tmpQZKfqO/oo/src/commands.rs:355
  function write_learn_status in file /tmp/.tmpQZKfqO/oo/src/commands.rs:355

--- failure pub_module_level_const_now_doc_hidden: pub module-level const is now #[doc(hidden)] ---

Description:
A public const is now marked #[doc(hidden)], removing it from the crate's 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/pub_module_level_const_now_doc_hidden.ron

Failed in:
  AGENTS_SNIPPET in file /tmp/.tmpQZKfqO/oo/src/init.rs:18
  HOOKS_JSON in file /tmp/.tmpQZKfqO/oo/src/init.rs:54
  GENERIC_SETUP in file /tmp/.tmpQZKfqO/oo/src/init.rs:26
Changelog

[0.4.0] - 2026-03-19

Bug Fixes

  • Restore full README content with code-fence ASCII logo (#84)

Features

  • New ascii logo (#81)

Miscellaneous


This PR was generated with release-plz.

@randomm randomm closed this Mar 19, 2026
@randomm randomm deleted the release-plz-2026-03-19T21-30-21Z branch March 20, 2026 21:35
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