Skip to content

Releases: wfxr/rlt

v0.2.0

12 Aug 07:05
3e60932
Compare
Choose a tag to compare

🚀 Features

  • Add tracing support - (7c78f9d)
  • Allow quitting the tui collector manually (#12) - (a1ea71b)
  • Add rate limiter feature - (3ca6a6e)

🚜 Refactor

  • Rename log feature to tracing - (9f40255)
  • Remove unused flume dependency - (aa5c0e8)
  • Extract handle_event method misc - (ea5ccb2)
  • Use NonZero types - (1b9a62c)
  • Use governor for rate limiting - (8b23af0)

⚙️ Miscellaneous Tasks

  • Bump up dependencies - (5ee4e2f)
  • Ignore release commit message for cliff - (a2af64a)
  • Bump up ratatui & other dependencies - (3cbc272)
  • Sync Cargo.lock - (a69bdaa)
  • Update release config - (d068be1)
  • Add FUNDING.yml - (444fcff)

v0.1.1

14 Apr 11:17
d53bc17
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

  • Fix panic when the receiver is dropped(#2) - (08f0bcd)

⚙️ Miscellaneous Tasks

  • Fix changelog workflow - (d53bc17)
  • Release rlt version 0.1.1 - (75cfb89)
  • Fix release branch - (be59e79)
  • Improve release process (#10) - (967f711)
  • Polish changelog (#9) - (5c3b1a1)
  • Release rlt version 0.1.1-rc.1 - (d67a49c)
  • Use git-cliff to generate changlog (#8) - (13d806c)
  • Remove spaces in tui title - (722842e)

v0.1.1-rc.1

14 Apr 06:51
d67a49c
Compare
Choose a tag to compare
v0.1.1-rc.1 Pre-release
Pre-release

What's Changed

  • feat: add log framework by @wfxr in #4
  • fix: fix panic when the receiver is dropped #2 by @wfxr in #5
  • Add debug derive to BenchCli by @mattremmel in #7
  • feat: implement logical clock by @wfxr in #6
  • ci: use git-cliff to generate changlog by @wfxr in #8

New Contributors

Full Changelog: https://github.com/wfxr/rlt/commits/v0.1.1-rc.1