|
| 1 | + |
| 2 | +## [0.2.0](https://github.com/wfxr/rlt/compare/v0.1.1..0.2.0) (2024-08-12) |
| 3 | + |
| 4 | +### 🚀 Features |
| 5 | + |
| 6 | +- Add tracing support - ([7c78f9d](https://github.com/wfxr/rlt/commit/7c78f9db384d421b022fc04beeed18d6015819be)) |
| 7 | +- Allow quitting the tui collector manually ([#12](https://github.com/wfxr/rlt/issues/12)) - ([a1ea71b](https://github.com/wfxr/rlt/commit/a1ea71b6df9b37625a8838ecee7d2e40c3f27edf)) |
| 8 | +- Add rate limiter feature - ([3ca6a6e](https://github.com/wfxr/rlt/commit/3ca6a6ed4535ecf7d95e5bc4b0e60c8535b38856)) |
| 9 | + |
| 10 | +### 🚜 Refactor |
| 11 | + |
| 12 | +- Rename log feature to tracing - ([9f40255](https://github.com/wfxr/rlt/commit/9f4025577217f0945c397d8550af86d014adcdf6)) |
| 13 | +- Remove unused flume dependency - ([aa5c0e8](https://github.com/wfxr/rlt/commit/aa5c0e82dd10f5df3a6f8c0aa4840d62e8adb03c)) |
| 14 | +- Extract `handle_event` method misc - ([ea5ccb2](https://github.com/wfxr/rlt/commit/ea5ccb2dff7272b384ad555ef16b6c400e24aaef)) |
| 15 | +- Use NonZero types - ([1b9a62c](https://github.com/wfxr/rlt/commit/1b9a62cb068513e2ec227b38ce6443f090f8c638)) |
| 16 | +- Use governor for rate limiting - ([8b23af0](https://github.com/wfxr/rlt/commit/8b23af0ed72c30154fc73add592c5b5bb71fe056)) |
| 17 | + |
| 18 | +### ⚙️ Miscellaneous Tasks |
| 19 | + |
| 20 | +- Bump up dependencies - ([5ee4e2f](https://github.com/wfxr/rlt/commit/5ee4e2ff2739d41f4ac37ad8e5ec3b5a6f7ec0b3)) |
| 21 | +- Ignore release commit message for cliff - ([a2af64a](https://github.com/wfxr/rlt/commit/a2af64a3073f4cd21550fbf3e329e3a8021bf351)) |
| 22 | +- Bump up ratatui & other dependencies - ([3cbc272](https://github.com/wfxr/rlt/commit/3cbc27215f7a94e42766764440d92b513a087c27)) |
| 23 | +- Sync Cargo.lock - ([a69bdaa](https://github.com/wfxr/rlt/commit/a69bdaa1f15d6ddbe50364dddc2d696de18139a7)) |
| 24 | +- Update release config - ([d068be1](https://github.com/wfxr/rlt/commit/d068be1c0034a66c1c9d8c936e595848093ec899)) |
| 25 | +- Add FUNDING.yml - ([444fcff](https://github.com/wfxr/rlt/commit/444fcff334120752b9904297ce89d9c7c04f2b5a)) |
| 26 | + |
1 | 27 | ## [0.1.1] - 2024-04-14
|
2 | 28 |
|
3 | 29 | ### 🚀 Features
|
|
11 | 37 |
|
12 | 38 | ### ⚙️ Miscellaneous Tasks
|
13 | 39 |
|
| 40 | +- Fix changelog workflow - ([d53bc17](https://github.com/wfxr/rlt/commit/d53bc17323cce1f55ec5db4c6748c8051c246945)) |
14 | 41 | - Fix release branch - ([be59e79](https://github.com/wfxr/rlt/commit/be59e79eceedc2a2ea808e12beeab184265f83c0))
|
15 | 42 | - Improve release process ([#10](https://github.com/wfxr/rlt/issues/10)) - ([967f711](https://github.com/wfxr/rlt/commit/967f711ce47567044f91035b6f74eb94500b3750))
|
16 | 43 | - Polish changelog ([#9](https://github.com/wfxr/rlt/issues/9)) - ([5c3b1a1](https://github.com/wfxr/rlt/commit/5c3b1a18bb4814ee843c1c6312aeb93b31eb4808))
|
17 |
| -- Release rlt version 0.1.1-rc.1 - ([d67a49c](https://github.com/wfxr/rlt/commit/d67a49c9989acd7cbe392f01e9230fd1f0241bce)) |
18 |
| -- Use git-cliff to generate changelog ([#8](https://github.com/wfxr/rlt/issues/8)) - ([13d806c](https://github.com/wfxr/rlt/commit/13d806cb4a3c63db09e93735d2fbcf785ed9d22e)) |
| 44 | +- Use git-cliff to generate changlog ([#8](https://github.com/wfxr/rlt/issues/8)) - ([13d806c](https://github.com/wfxr/rlt/commit/13d806cb4a3c63db09e93735d2fbcf785ed9d22e)) |
19 | 45 | - Remove spaces in tui title - ([722842e](https://github.com/wfxr/rlt/commit/722842ec9e25e11de45c6de24482ed5cf94ee4c0))
|
20 | 46 |
|
21 | 47 | <!-- generated by git-cliff -->
|
0 commit comments