Skip to content

Commit

Permalink
chore: update changelog for 12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed May 31, 2024
1 parent cd5bf8a commit e8ee900
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [12.0.0] - 2024-05-31

- Remove bors CI config ([GH-225])
- Update clap from v3 to v4 ([GH-226])
- Share license information across the entire workspace ([GH-227])
- Use workspace inheritance as much as possible ([GH-228])
- `analyzeme`: Drop support of v7 profdata file format ([GH-232])

## [11.0.1] - 2024-01-11

### Changed
Expand All @@ -17,6 +25,13 @@
- `measureme`: Update StringId and Addr sizes from u32 to u64 ([GH-216])
- `analyzeme`: v9 file format, which uses larger events ([GH-216])

## [10.1.3] - 2024-05-30

### Changed

- `decodeme`: Include software license information in Cargo.toml and `.crate` tarball ([GH-231])
- `measureme`: Include software license information in Cargo.toml and `.crate` tarball ([GH-231])

## [10.1.2] - 2023-12-14

### Changed
Expand Down Expand Up @@ -252,3 +267,8 @@
[GH-216]: https://github.com/rust-lang/measureme/pull/216
[GH-220]: https://github.com/rust-lang/measureme/pull/220
[GH-221]: https://github.com/rust-lang/measureme/pull/221
[GH-225]: https://github.com/rust-lang/measureme/pull/225
[GH-226]: https://github.com/rust-lang/measureme/pull/226
[GH-227]: https://github.com/rust-lang/measureme/pull/227
[GH-228]: https://github.com/rust-lang/measureme/pull/228
[GH-232]: https://github.com/rust-lang/measureme/pull/232

0 comments on commit e8ee900

Please sign in to comment.