File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 12.0.3] - 2025-07-08
4+
5+ - ` analyzeme ` : Fix reading of aggregated query cache hit counts ([ GH-252 ] )
6+
37## [ 12.0.2] - 2025-07-07
48
59- ` analyzeme ` : Add support for reading aggregated query cache hit counts ([ GH-244 ] )
298302[ GH-238 ] : https://github.com/rust-lang/measureme/pull/238
299303[ GH-239 ] : https://github.com/rust-lang/measureme/pull/239
300304[ GH-244 ] : https://github.com/rust-lang/measureme/pull/244
305+ [ GH-252 ] : https://github.com/rust-lang/measureme/pull/252
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ members = [
1313]
1414
1515[workspace .package ]
16- version = " 12.0.2 "
16+ version = " 12.0.3 "
1717authors = [" Wesley Wiser <wwiser@gmail.com>" , " 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.2 " , path = " analyzeme" }
24- decodeme = { version = " 12.0.2 " , path = " decodeme" }
23+ analyzeme = { version = " 12.0.3 " , path = " analyzeme" }
24+ decodeme = { version = " 12.0.3 " , path = " decodeme" }
2525decodeme_10 = { version = " 10.1.3" , package = " decodeme" }
26- measureme = { version = " 12.0.2 " , path = " measureme" }
26+ measureme = { version = " 12.0.3 " , path = " measureme" }
2727measureme_10 = { version = " 10.1.3" , package = " measureme" }
2828
2929clap = { version = " 4.5.0" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments