Skip to content

chore: release v0.2.0#25

Merged
ngraf3255 merged 1 commit into
mainfrom
release-plz-2026-01-07T08-11-07Z
Jan 7, 2026
Merged

chore: release v0.2.0#25
ngraf3255 merged 1 commit into
mainfrom
release-plz-2026-01-07T08-11-07Z

Conversation

@github-actions

@github-actions github-actions Bot commented Jan 7, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • rbgb: 0.1.2 -> 0.2.0 (⚠ API breaking changes)

rbgb breaking changes

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

Failed in:
  mod rbgb_emulator::emulator, previously in file /tmp/.tmpCTwlXn/rbgb/src/emulator.rs:1
  mod rbgb_emulator, previously in file /tmp/.tmpCTwlXn/rbgb/src/lib.rs:1

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

Failed in:
  struct rbgb_emulator::emulator::Emulator, previously in file /tmp/.tmpCTwlXn/rbgb/src/emulator.rs:15
  struct rbgb_emulator::Emulator, previously in file /tmp/.tmpCTwlXn/rbgb/src/emulator.rs:15
Changelog

0.2.0 - 2026-01-07

Other

  • Added detailed doc comments to public items and configured github to serve the pages (#28)
  • Dropped publish environment from local github job (#27)
  • Updated changelog to remove old items (#26)
  • Changed import strategy for statements not included in formal releases (#24)


This PR was generated with release-plz.

@github-actions
github-actions Bot force-pushed the release-plz-2026-01-07T08-11-07Z branch 2 times, most recently from c3ad239 to ece048d Compare January 7, 2026 08:17
@github-actions github-actions Bot changed the title chore: release v0.1.3 chore: release v0.2.0 Jan 7, 2026
@github-actions
github-actions Bot force-pushed the release-plz-2026-01-07T08-11-07Z branch from ece048d to 91fda8d Compare January 7, 2026 08:34
@ngraf3255
ngraf3255 merged commit 5da5069 into main Jan 7, 2026
@ngraf3255
ngraf3255 deleted the release-plz-2026-01-07T08-11-07Z branch January 7, 2026 08: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