Skip to content

v29.0.0

Latest
Compare
Choose a tag to compare
@Byron Byron released this 29 Jul 13:52
· 1 commit to main since this release
4583a59

Chore

  • update ratatui to 0.26.0
    Requires an update to tui-react / crosstermion to work

Other

  • switch from time to jiff
    This swaps out time in favor of jiff for getting and formatting the
    local time.

    Note that this does add the %Z to the format string, which will write
    out time zone abbreviations like EDT along with the local datetime
    itself. The time crate doesn't support this, but jiff's tzdb
    integration let's it do it.

New Features (BREAKING)

  • upgrade ratatui to v0.26

Commit Statistics

  • 8 commits contributed to the release over the course of 177 calendar days.
  • 213 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Upgrade dependencies (a5dab6e)
    • Merge branch 'ag/jiff' (87f66fb)
    • Switch from time to jiff (aab0986)
    • Fix CI (10800f3)
    • Upgrade ratatui to v0.26 (f3c3122)
    • Avoid running benchmarks on CI for faster runs (73bce79)
    • Update to latest versions of tui-react and crosstermion (0cca41f)
    • Update ratatui to 0.26.0 (5f066f2)