Skip to content

chore: release#97

Closed
JayanAXHF wants to merge 3 commits intomainfrom
release-plz-2026-03-20T12-20-06Z
Closed

chore: release#97
JayanAXHF wants to merge 3 commits intomainfrom
release-plz-2026-03-20T12-20-06Z

Conversation

@JayanAXHF
Copy link
Owner

@JayanAXHF JayanAXHF commented Mar 20, 2026

🤖 New release

  • ratatui-toaster: 0.1.1 -> 0.1.2 (✓ API compatible changes)
  • gitv-tui: 0.3.4 -> 0.3.5 (✓ API compatible changes)
Changelog

ratatui-toaster

0.1.1 - 2026-02-22

Other

  • (gitv-tui) release v0.3.0

gitv-tui

0.3.5 - 2026-03-20

Features

  • (preview pane) Add a small issue list preview when in issue conversation
  • (style) Revamp the entire UI to have less borders and distractions

Bug Fixes

  • (md) fixed checklist rendering

Other

  • cleanup fix(changelog): streamline changelog config in release-plz.toml
  • Add dependabot.yml
  • bump flake.lock, fix nitpick in drv, add .envrc


This PR was generated with release-plz.

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 20, 2026

Greptile Summary

This is an automated release PR generated by release-plz that bumps gitv-tui from 0.3.40.3.5 and ratatui-toaster from 0.1.10.1.2, with corresponding updates to Cargo.lock and CHANGELOG.md.

  • Cargo.toml: version field for gitv-tui incremented to 0.3.5; ratatui-toaster path-dependency version constraint updated to 0.1.2
  • crates/ratatui-toaster/Cargo.toml: version field bumped to 0.1.2
  • Cargo.lock: auto-generated entries updated to reflect both version bumps
  • CHANGELOG.md: new [0.3.5] section added for gitv-tui; a blank line is missing between the last bullet of that section and the ## [0.3.4] heading, which can cause rendering issues in some Markdown parsers

Important Files Changed

Filename Overview
CHANGELOG.md Adds a new [0.3.5] section for gitv-tui, but is missing a blank line separator between the new section's last bullet and the start of the [0.3.4] section, which breaks standard markdown formatting.
Cargo.toml Bumps gitv-tui to 0.3.5 and updates the ratatui-toaster path dependency version constraint to 0.1.2. Clean and correct.
Cargo.lock Auto-generated lockfile update reflecting the version bumps for gitv-tui (0.3.4 → 0.3.5) and ratatui-toaster (0.1.1 → 0.1.2). No issues.
crates/ratatui-toaster/Cargo.toml Bumps ratatui-toaster version from 0.1.1 to 0.1.2. Straightforward version update with no other changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[release-plz triggers release PR] --> B{Version bumps}
    B --> C["gitv-tui\n0.3.4 → 0.3.5\n(Cargo.toml + Cargo.lock)"]
    B --> D["ratatui-toaster\n0.1.1 → 0.1.2\n(crates/ratatui-toaster/Cargo.toml + Cargo.lock)"]
    C --> E[CHANGELOG.md updated\nwith 0.3.5 section]
    D --> F[ratatui-toaster dep\nconstraint in Cargo.toml\nupdated to 0.1.2]
    E --> G[PR merged → crates.io publish]
    F --> G
Loading

Last reviewed commit: "chore: release"

Comment on lines +14 to +15
- cleanup fix(changelog): streamline changelog config in release-plz.toml
- Add dependabot.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Missing blank line between changelog sections

The new [0.3.5] section's last list item runs directly into the ## [0.3.4] heading with no blank line. In standard Markdown, adjacent ATX headings (##) should be separated by a blank line — some parsers and renderers will otherwise fail to treat the second heading correctly or will render it as part of the preceding list.

Suggested change
- cleanup fix(changelog): streamline changelog config in release-plz.toml
- Add dependabot.yml
- bump flake.lock, fix nitpick in drv, add .envrc
## [0.3.4] - 2026-03-08

JayanAXHF and others added 3 commits March 20, 2026 18:09
…ersation

fix: render placeholder in create issue mode for convo preview
test(markdown): add UI tests for fixed list rendering
@JayanAXHF JayanAXHF force-pushed the release-plz-2026-03-20T12-20-06Z branch from 2b658d5 to 57f3aa6 Compare March 20, 2026 12:40
@JayanAXHF JayanAXHF closed this Mar 20, 2026
@JayanAXHF JayanAXHF deleted the release-plz-2026-03-20T12-20-06Z branch March 20, 2026 12:53
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