Releases: rust-lang/measureme
Releases · rust-lang/measureme
12.0.0
What's Changed
- Remove bors CI config by @Kobzol in #225
- bump clap 3 -> 4 by @klensy in #226
- chore: share license information across the entire workspace by @weihanglo in #227
- Use workspace inheritance as much as possible by @weihanglo in #228
- chore: publish also decodeme and analyzeme in CI by @weihanglo in #234
- fix(analyzeme): drop the support of v7 profdata format by @weihanglo in #232
- chore: prepare for v12 release by @weihanglo in #233
Full Changelog: 11.0.1...12.0.0
10.1.3
11.0.1
What's Changed
- Fix compilation error and regression tests for big endian platforms by @michaelwoerister in #220
- Add GitHub Workflow for publishing measureme by @wesleywiser in #221
- Prepare release 11.0.1 by @michaelwoerister in #222
- Update crate versions to 11.0.1 by @michaelwoerister in #223
Full Changelog: 11.0.0...11.0.1
11.0.0
10.1.2
10.1.1
10.1.0
Changed
- Change install instructions to use stable branch (GH-189)
analyzeme
: Remove some unused dependencies (GH-192)decodeme
: Generate nicer panic messages for incomplete data files (GH-193)- Fix build warnings from Rust 2018 idioms (GH-194)
measureme
: Allow capturing hardware performance counters on stable compilers (GH-195)