Skip to content

Commit fadf6f8

Browse files
authored
prepare for release 2.11.1 (#214)
Update changelog and increment version for release 2.11.1
1 parent 291af66 commit fadf6f8

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
# [2.11.1] - 2021-02-24
4+
## Fixed
5+
- HTTP and Memcache samplers reporting incorrect percentiles.
6+
37
# [2.11.0] - 2021-01-11
48
## Added
59
- Nvidia GPU sampler which uses the Nvidia Management Library (NVML) to gather
@@ -160,7 +164,9 @@ characteristics.
160164

161165
Initial release.
162166

163-
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.10.0...HEAD
167+
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.11.1...HEAD
168+
[2.11.1]: https://github.com/twitter/rezolus/compare/v2.11.0...v2.11.1
169+
[2.11.0]: https://github.com/twitter/rezolus/compare/v2.10.0...v2.11.0
164170
[2.10.0]: https://github.com/twitter/rezolus/compare/v2.9.0...v2.10.0
165171
[2.9.0]: https://github.com/twitter/rezolus/compare/v2.8.0...v2.9.0
166172
[2.8.0]: https://github.com/twitter/rezolus/compare/v2.7.1...v2.8.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,6 +1,6 @@
11
[package]
22
name = "rezolus"
3-
version = "2.11.1-alpha.0"
3+
version = "2.11.1"
44
authors = ["Brian Martin <[email protected]>"]
55
license = "Apache-2.0"
66
build = "build.rs"

0 commit comments

Comments
 (0)