Skip to content

chore: release v0.2.0 - #2

Merged
drewzemke merged 1 commit into
mainfrom
release-plz-2026-04-16T05-16-56Z
Apr 25, 2026
Merged

chore: release v0.2.0#2
drewzemke merged 1 commit into
mainfrom
release-plz-2026-04-16T05-16-56Z

Conversation

@drewzemke

@drewzemke drewzemke commented Apr 16, 2026

Copy link
Copy Markdown
Owner

🤖 New release

  • tixel: 0.1.1 -> 0.2.0 (⚠ API breaking changes)

tixel breaking changes

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function 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/function_missing.ron

Failed in:
  function tixel::write_bg_color, previously in file /tmp/.tmphD8Ijg/tixel/src/lib.rs:39
  function tixel::write_fg_color, previously in file /tmp/.tmphD8Ijg/tixel/src/lib.rs:35
  function tixel::write_move_to, previously in file /tmp/.tmphD8Ijg/tixel/src/lib.rs:31
  function tixel::write_bg_reset, previously in file /tmp/.tmphD8Ijg/tixel/src/lib.rs:47
  function tixel::write_fg_reset, previously in file /tmp/.tmphD8Ijg/tixel/src/lib.rs:43

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn 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/inherent_method_missing.ron

Failed in:
  Color::new, previously in file /tmp/.tmphD8Ijg/tixel/src/lib.rs:9

--- failure struct_with_no_pub_fields_changed_type: public API struct with no public fields is no longer a struct ---

Description:
A struct without pub fields became an enum or union, breaking pattern matching.
        ref: https://internals.rust-lang.org/t/rest-patterns-foo-should-match-non-struct-types/21607
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/struct_with_no_pub_fields_changed_type.ron

Failed in:
  struct tixel::Color became enum in file /tmp/.tmp2xDlij/tixel/src/color.rs:4
Changelog

0.2.0 - 2026-04-25

Added

  • (color) expand color to support rgb and ansi colors
  • braille renderer supports background color
  • braille renderer supports color
  • braille renderer supports offset
  • add first impl of braille renderer

Fixed

  • (braille) don't render out-of-bounds pixels

Other

  • add some tests for braille renderer
  • separate into modules


This PR was generated with release-plz.

@drewzemke
drewzemke force-pushed the release-plz-2026-04-16T05-16-56Z branch from 94ae24a to ede9cf8 Compare April 17, 2026 05:02
@drewzemke
drewzemke force-pushed the release-plz-2026-04-16T05-16-56Z branch from ede9cf8 to f5715d9 Compare April 25, 2026 03:53
@drewzemke
drewzemke merged commit 3d9d480 into main Apr 25, 2026
1 check passed
@drewzemke
drewzemke deleted the release-plz-2026-04-16T05-16-56Z branch June 21, 2026 18:27
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