Skip to content

Commit e48c39d

Browse files
authored
prepare for release 2.16.2 (#292)
Update changelog and prepare for release 2.16.2
1 parent cb39011 commit e48c39d

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# [Unreleased]
22

3-
# [2.16.1] - 2022-03-22
3+
# [2.16.2] - 2022-03-22
4+
## Fixed
5+
- Fixes scheduler runqueue latency BPF for newer kernels (>= 5.14) and those
6+
built with gcc >= 10
7+
- Fixes issue with release 2.16.1
8+
9+
# [2.16.1] - 2022-03-22 [YANKED]
410
## Fixed
511
- Fixes scheduler runqueue latency BPF for newer kernels (>= 5.14) and those
612
built with gcc >= 10
@@ -231,7 +237,8 @@ characteristics.
231237

232238
Initial release.
233239

234-
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.16.1...HEAD
240+
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.16.2...HEAD
241+
[2.16.2]: https://github.com/twitter/rezolus/compare/v2.16.1...v2.16.2
235242
[2.16.1]: https://github.com/twitter/rezolus/compare/v2.16.0...v2.16.1
236243
[2.16.0]: https://github.com/twitter/rezolus/compare/v2.15.2...v2.16.0
237244
[2.15.2]: https://github.com/twitter/rezolus/compare/v2.15.1...v2.15.2

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.16.2-alpha.0"
3+
version = "2.16.2"
44
authors = ["Brian Martin <[email protected]>"]
55
license = "Apache-2.0"
66
publish = false

0 commit comments

Comments
 (0)