Skip to content

Commit 5ad31dc

Browse files
committed
Bump measureme version to 12.0.1
1 parent 1bbbc64 commit 5ad31dc

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [12.0.1] - 2025-01-07
4+
5+
### Changed
6+
7+
- `measureme`: Configure out ohos target's dependecies to avoid compilation crashes ([GH-238])
8+
- `analyzeme`: Do not panic on missing page tags ([GH-239])
9+
310
## [12.0.0] - 2024-05-31
411

512
### Added
@@ -199,6 +206,7 @@
199206

200207
## [0.2.0] - 2019-04-10
201208

209+
[12.0.1]: https://github.com/rust-lang/measureme/releases/tag/12.0.1
202210
[12.0.0]: https://github.com/rust-lang/measureme/releases/tag/12.0.0
203211
[11.0.1]: https://github.com/rust-lang/measureme/releases/tag/11.0.1
204212
[11.0.0]: https://github.com/rust-lang/measureme/releases/tag/11.0.0
@@ -283,3 +291,5 @@
283291
[GH-228]: https://github.com/rust-lang/measureme/pull/228
284292
[GH-232]: https://github.com/rust-lang/measureme/pull/232
285293
[GH-234]: https://github.com/rust-lang/measureme/pull/234
294+
[GH-238]: https://github.com/rust-lang/measureme/pull/238
295+
[GH-239]: https://github.com/rust-lang/measureme/pull/239

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "12.0.0"
16+
version = "12.0.1"
1717
authors = ["Wesley Wiser <wwiser@gmail.com>", "Michael Woerister <michaelwoerister@posteo>"]
1818
edition = "2018"
1919
license = "MIT OR Apache-2.0"
2020
repository = "https://github.com/rust-lang/measureme"
2121

2222
[workspace.dependencies]
23-
analyzeme = { version = "12.0.0", path = "analyzeme" }
23+
analyzeme = { version = "12.0.1", path = "analyzeme" }
2424
clap = { version = "4.5.0", features = ["derive"] }
25-
decodeme = { version = "12.0.0", path = "decodeme" }
25+
decodeme = { version = "12.0.1", path = "decodeme" }
2626
decodeme_10 = { version = "10.1.3", package = "decodeme" }
2727
flate2 = "1.0"
2828
inferno = { version = "0.11", default-features = false }
2929
log = "0.4"
30-
measureme = { version = "12.0.0", path = "measureme" }
30+
measureme = { version = "12.0.1", path = "measureme" }
3131
measureme_10 = { version = "10.1.3", package = "measureme" }
3232
memchr = "2"
3333
memmap2 = "0.2.1"

0 commit comments

Comments
 (0)