Skip to content

Commit 6327471

Browse files
authored
prepare for release 2.12.0 (#222)
update changelog and increment version number for release
1 parent d5143bc commit 6327471

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
# [2.12.0] - 2020-06-10
4+
## Fixed
5+
- NTP sampler failed to build with musl toolchain. (#216)
6+
7+
## Added
8+
- New `usercall` sampler for probing arbitrary userspace functions in shared
9+
libraries.
10+
311
# [2.11.1] - 2021-02-24
412
## Fixed
513
- HTTP and Memcache samplers reporting incorrect percentiles.
@@ -164,7 +172,8 @@ characteristics.
164172

165173
Initial release.
166174

167-
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.11.1...HEAD
175+
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.12.0...HEAD
176+
[2.12.0]: https://github.com/twitter/rezolus/compare/v2.11.1...v2.12.0
168177
[2.11.1]: https://github.com/twitter/rezolus/compare/v2.11.0...v2.11.1
169178
[2.11.0]: https://github.com/twitter/rezolus/compare/v2.10.0...v2.11.0
170179
[2.10.0]: https://github.com/twitter/rezolus/compare/v2.9.0...v2.10.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"
3+
version = "2.12.0"
44
authors = ["Brian Martin <[email protected]>"]
55
license = "Apache-2.0"
66
build = "build.rs"

0 commit comments

Comments
 (0)