Skip to content

Commit

Permalink
update changelog and prepare for release 2.16.3 (#298)
Browse files Browse the repository at this point in the history
Update changelog and prepare for release 2.16.3
  • Loading branch information
brayniac committed Jun 13, 2022
1 parent 39a0eee commit 976abb3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,11 @@
# [Unreleased]

# [2.16.3] - 2022-06-13
## Fixed
- Fixes potential deadlock by updating `dashmap` dependency.
- Updates other dependencies to pull-in bugfixes.
- Improves memcache sampler reconnect logic.

# [2.16.2] - 2022-03-22
## Fixed
- Fixes scheduler runqueue latency BPF for newer kernels (>= 5.14) and those
Expand Down Expand Up @@ -237,7 +243,8 @@ characteristics.

Initial release.

[Unreleased]: https://github.com/twitter/rezolus/compare/v2.16.2...HEAD
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.16.3...HEAD
[2.16.3]: https://github.com/twitter/rezolus/compare/v2.16.2...v2.16.3
[2.16.2]: https://github.com/twitter/rezolus/compare/v2.16.1...v2.16.2
[2.16.1]: https://github.com/twitter/rezolus/compare/v2.16.0...v2.16.1
[2.16.0]: https://github.com/twitter/rezolus/compare/v2.15.2...v2.16.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
@@ -1,6 +1,6 @@
[package]
name = "rezolus"
version = "2.16.3-alpha.0"
version = "2.16.3"
authors = ["Brian Martin <bmartin@twitter.com>"]
license = "Apache-2.0"
publish = false
Expand Down

0 comments on commit 976abb3

Please sign in to comment.