Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

chore: release v0.3.4 #28

Merged
merged 1 commit into from
Jul 7, 2024
Merged

chore: release v0.3.4 #28

merged 1 commit into from
Jul 7, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 7, 2024

🤖 New release

  • tui-popup: 0.3.3 -> 0.3.4
Changelog

[0.3.4] - 2024-07-07

  • 3433aec chore(examples): simplify examples (#27)

    • Move terminal setup / restore and error handling to module
    • Smaller more focused methods
    • Extract App struct for state example
  • 3a7fd10 feat(mouse): add PopupState::handle_mouse_event() (#29)

    Converts a crossterm mouse event into mouse movement. Requires the
    crossterm feature to be enabled.

    if let Event::Mouse(event) = event::read()? {
        popup_state.handle_mouse_event(event);
    }
  • c89b142 chore: create git cliff config (#30)

  • 29008c4 chore: update changelog

  • 81dcd7f chore: use cliff.toml in release.plz

  • eeeb8b1 ci: config git-cliff to better handle PR links


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-07-07T08-23-06Z branch 4 times, most recently from 756a199 to cad5e68 Compare July 7, 2024 10:54
@github-actions github-actions bot force-pushed the release-plz-2024-07-07T08-23-06Z branch from cad5e68 to ff4b088 Compare July 7, 2024 10:58
@joshka joshka merged commit 290ac42 into main Jul 7, 2024
@joshka joshka deleted the release-plz-2024-07-07T08-23-06Z branch July 7, 2024 10:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant