Skip to content

Commit 730aa7e

Browse files
weihanglomichaelwoerister
authored andcommitted
chore: update changelog for 12.0.0
1 parent b490d9e commit 730aa7e

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [12.0.0] - 2024-05-31
4+
5+
### Added
6+
7+
- Add GitHub Workflow for publishing analyzeme and decodeme ([GH-234])
8+
9+
### Changed
10+
11+
- Remove bors CI config ([GH-225])
12+
- Update clap from v3 to v4 ([GH-226])
13+
- Share license information across the entire workspace ([GH-227])
14+
- Use workspace inheritance as much as possible ([GH-228])
15+
- `analyzeme`: Drop support of v7 profdata file format ([GH-232])
16+
317
## [11.0.1] - 2024-01-11
418

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

34+
## [10.1.3] - 2024-05-30
35+
36+
### Changed
37+
38+
- `decodeme`: Include software license information in Cargo.toml and `.crate` tarball ([GH-231])
39+
- `measureme`: Include software license information in Cargo.toml and `.crate` tarball ([GH-231])
40+
2041
## [10.1.2] - 2023-12-14
2142

2243
### Changed
@@ -178,6 +199,10 @@
178199

179200
## [0.2.0] - 2019-04-10
180201

202+
[12.0.0]: https://github.com/rust-lang/measureme/releases/tag/12.0.0
203+
[11.0.1]: https://github.com/rust-lang/measureme/releases/tag/11.0.1
204+
[11.0.0]: https://github.com/rust-lang/measureme/releases/tag/11.0.0
205+
[10.1.3]: https://github.com/rust-lang/measureme/releases/tag/10.1.3
181206
[10.1.2]: https://github.com/rust-lang/measureme/releases/tag/10.1.2
182207
[10.1.1]: https://github.com/rust-lang/measureme/releases/tag/10.1.1
183208
[10.1.0]: https://github.com/rust-lang/measureme/releases/tag/10.1.0
@@ -252,3 +277,9 @@
252277
[GH-216]: https://github.com/rust-lang/measureme/pull/216
253278
[GH-220]: https://github.com/rust-lang/measureme/pull/220
254279
[GH-221]: https://github.com/rust-lang/measureme/pull/221
280+
[GH-225]: https://github.com/rust-lang/measureme/pull/225
281+
[GH-226]: https://github.com/rust-lang/measureme/pull/226
282+
[GH-227]: https://github.com/rust-lang/measureme/pull/227
283+
[GH-228]: https://github.com/rust-lang/measureme/pull/228
284+
[GH-232]: https://github.com/rust-lang/measureme/pull/232
285+
[GH-234]: https://github.com/rust-lang/measureme/pull/234

0 commit comments

Comments
 (0)