Skip to content

Commit b5a7a65

Browse files
authored
prepare for release 5.21.0 (#365)
Update changelog and prepare for release 5.21.0
1 parent 927451f commit b5a7a65

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## [Unreleased]
22

3+
## [5.21.0] - 2025-02-21
4+
5+
### Added
6+
7+
- Configures subscribers per topic for Momento Topics. (#363)
8+
39
## [5.20.0] - 2025-02-21
410

511
### Added
@@ -291,7 +297,8 @@
291297
- Support Momento topics.
292298
- Basic HTTP/1.1 and HTTP/2.0 load generation.
293299

294-
[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.20.0...HEAD
300+
[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.21.0...HEAD
301+
[5.21.0]: https://github.com/iopsystems/rpc-perf/compare/v5.20.0...v5.21.0
295302
[5.20.0]: https://github.com/iopsystems/rpc-perf/compare/v5.19.0...v5.20.0
296303
[5.19.0]: https://github.com/iopsystems/rpc-perf/compare/v5.18.0...v5.19.0
297304
[5.18.0]: https://github.com/iopsystems/rpc-perf/compare/v5.17.0...v5.18.0

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,7 +1,7 @@
11
[package]
22
name = "rpc-perf"
33
description = "RPC Performance Testing"
4-
version = "5.20.0"
4+
version = "5.21.0"
55
authors = ["Brian Martin <[email protected]>"]
66
edition = "2021"
77
homepage = "https://github.com/iopsystems/rpc-perf"

0 commit comments

Comments
 (0)