Skip to content

Commit e9f429d

Browse files
committed
chore: update changelog for 12.0.0
1 parent cd5bf8a commit e9f429d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [12.0.0] - 2024-05-31
4+
5+
- Remove bors CI config ([GH-225])
6+
- Update clap from v3 to v4 ([GH-226])
7+
- Share license information across the entire workspace ([GH-227])
8+
- Use workspace inheritance as much as possible ([GH-228])
9+
- `analyzeme`: Drop support of v7 profdata file format ([GH-232])
10+
311
## [11.0.1] - 2024-01-11
412

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

28+
## [10.1.3] - 2024-05-30
29+
30+
### Changed
31+
32+
- `decodeme`: Include software license information in Cargo.toml and `.crate` tarball ([GH-231])
33+
- `measureme`: Include software license information in Cargo.toml and `.crate` tarball ([GH-231])
34+
2035
## [10.1.2] - 2023-12-14
2136

2237
### Changed
@@ -178,6 +193,10 @@
178193

179194
## [0.2.0] - 2019-04-10
180195

196+
[12.0.0]: https://github.com/rust-lang/measureme/releases/tag/12.0.0
197+
[11.0.1]: https://github.com/rust-lang/measureme/releases/tag/11.0.1
198+
[11.0.0]: https://github.com/rust-lang/measureme/releases/tag/11.0.0
199+
[10.1.3]: https://github.com/rust-lang/measureme/releases/tag/10.1.3
181200
[10.1.2]: https://github.com/rust-lang/measureme/releases/tag/10.1.2
182201
[10.1.1]: https://github.com/rust-lang/measureme/releases/tag/10.1.1
183202
[10.1.0]: https://github.com/rust-lang/measureme/releases/tag/10.1.0
@@ -252,3 +271,8 @@
252271
[GH-216]: https://github.com/rust-lang/measureme/pull/216
253272
[GH-220]: https://github.com/rust-lang/measureme/pull/220
254273
[GH-221]: https://github.com/rust-lang/measureme/pull/221
274+
[GH-225]: https://github.com/rust-lang/measureme/pull/225
275+
[GH-226]: https://github.com/rust-lang/measureme/pull/226
276+
[GH-227]: https://github.com/rust-lang/measureme/pull/227
277+
[GH-228]: https://github.com/rust-lang/measureme/pull/228
278+
[GH-232]: https://github.com/rust-lang/measureme/pull/232

0 commit comments

Comments
 (0)