Skip to content

Commit

Permalink
prepare for release 2.11.1 (#214)
Browse files Browse the repository at this point in the history
Update changelog and increment version for release 2.11.1
  • Loading branch information
brayniac committed Feb 24, 2021
1 parent 291af66 commit fadf6f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# [Unreleased]

# [2.11.1] - 2021-02-24
## Fixed
- HTTP and Memcache samplers reporting incorrect percentiles.

# [2.11.0] - 2021-01-11
## Added
- Nvidia GPU sampler which uses the Nvidia Management Library (NVML) to gather
Expand Down Expand Up @@ -160,7 +164,9 @@ characteristics.

Initial release.

[Unreleased]: https://github.com/twitter/rezolus/compare/v2.10.0...HEAD
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.11.1...HEAD
[2.11.1]: https://github.com/twitter/rezolus/compare/v2.11.0...v2.11.1
[2.11.0]: https://github.com/twitter/rezolus/compare/v2.10.0...v2.11.0
[2.10.0]: https://github.com/twitter/rezolus/compare/v2.9.0...v2.10.0
[2.9.0]: https://github.com/twitter/rezolus/compare/v2.8.0...v2.9.0
[2.8.0]: https://github.com/twitter/rezolus/compare/v2.7.1...v2.8.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rezolus"
version = "2.11.1-alpha.0"
version = "2.11.1"
authors = ["Brian Martin <bmartin@twitter.com>"]
license = "Apache-2.0"
build = "build.rs"
Expand Down

0 comments on commit fadf6f8

Please sign in to comment.