File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 12.0.1] - 2025-01-07
4+
5+ ### Changed
6+
7+ - ` measureme ` : Cofigurate 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
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
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
Original file line number Diff line number Diff line change @@ -13,21 +13,21 @@ members = [
1313]
1414
1515[workspace .package ]
16- version = " 12.0.0 "
16+ version = " 12.0.1 "
1717authors = [
" Wesley Wiser <[email protected] >" ,
" Michael Woerister <michaelwoerister@posteo>" ]
1818edition = " 2018"
1919license = " MIT OR Apache-2.0"
2020repository = " 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" }
2424clap = { version = " 4.5.0" , features = [" derive" ] }
25- decodeme = { version = " 12.0.0 " , path = " decodeme" }
25+ decodeme = { version = " 12.0.1 " , path = " decodeme" }
2626decodeme_10 = { version = " 10.1.3" , package = " decodeme" }
2727flate2 = " 1.0"
2828inferno = { version = " 0.11" , default-features = false }
2929log = " 0.4"
30- measureme = { version = " 12.0.0 " , path = " measureme" }
30+ measureme = { version = " 12.0.1 " , path = " measureme" }
3131measureme_10 = { version = " 10.1.3" , package = " measureme" }
3232memchr = " 2"
3333memmap2 = " 0.2.1"
You can’t perform that action at this time.
0 commit comments