File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 12.0.0] - 2024-05-31
4
11
5
12
### Added
199
206
200
207
## [ 0.2.0] - 2019-04-10
201
208
209
+ [ 12.0.1 ] : https://github.com/rust-lang/measureme/releases/tag/12.0.1
202
210
[ 12.0.0 ] : https://github.com/rust-lang/measureme/releases/tag/12.0.0
203
211
[ 11.0.1 ] : https://github.com/rust-lang/measureme/releases/tag/11.0.1
204
212
[ 11.0.0 ] : https://github.com/rust-lang/measureme/releases/tag/11.0.0
283
291
[ GH-228 ] : https://github.com/rust-lang/measureme/pull/228
284
292
[ GH-232 ] : https://github.com/rust-lang/measureme/pull/232
285
293
[ 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 = [
13
13
]
14
14
15
15
[workspace .package ]
16
- version = " 12.0.0 "
16
+ version = " 12.0.1 "
17
17
authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
18
18
edition = " 2018"
19
19
license = " MIT OR Apache-2.0"
20
20
repository = " https://github.com/rust-lang/measureme"
21
21
22
22
[workspace .dependencies ]
23
- analyzeme = { version = " 12.0.0 " , path = " analyzeme" }
23
+ analyzeme = { version = " 12.0.1 " , path = " analyzeme" }
24
24
clap = { version = " 4.5.0" , features = [" derive" ] }
25
- decodeme = { version = " 12.0.0 " , path = " decodeme" }
25
+ decodeme = { version = " 12.0.1 " , path = " decodeme" }
26
26
decodeme_10 = { version = " 10.1.3" , package = " decodeme" }
27
27
flate2 = " 1.0"
28
28
inferno = { version = " 0.11" , default-features = false }
29
29
log = " 0.4"
30
- measureme = { version = " 12.0.0 " , path = " measureme" }
30
+ measureme = { version = " 12.0.1 " , path = " measureme" }
31
31
measureme_10 = { version = " 10.1.3" , package = " measureme" }
32
32
memchr = " 2"
33
33
memmap2 = " 0.2.1"
You can’t perform that action at this time.
0 commit comments