Skip to content

Commit 3e60932

Browse files
committed
chore: release rlt version 0.2.0
1 parent 5ee4e2f commit 3e60932

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

CHANGELOG.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
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+
127
## [0.1.1] - 2024-04-14
228

329
### 🚀 Features
@@ -11,11 +37,11 @@
1137

1238
### ⚙️ Miscellaneous Tasks
1339

40+
- Fix changelog workflow - ([d53bc17](https://github.com/wfxr/rlt/commit/d53bc17323cce1f55ec5db4c6748c8051c246945))
1441
- Fix release branch - ([be59e79](https://github.com/wfxr/rlt/commit/be59e79eceedc2a2ea808e12beeab184265f83c0))
1542
- Improve release process ([#10](https://github.com/wfxr/rlt/issues/10)) - ([967f711](https://github.com/wfxr/rlt/commit/967f711ce47567044f91035b6f74eb94500b3750))
1643
- 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))
1945
- Remove spaces in tui title - ([722842e](https://github.com/wfxr/rlt/commit/722842ec9e25e11de45c6de24482ed5cf94ee4c0))
2046

2147
<!-- generated by git-cliff -->

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rlt"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Wenxuan Zhang <[email protected]>"]
55
description = "A universal load testing library for Rust, with real-time TUI support"
66
categories = [

0 commit comments

Comments
 (0)