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 1
1
# Changelog
2
2
3
+ ## [ 12.0.3] - 2025-07-08
4
+
5
+ - ` analyzeme ` : Fix reading of aggregated query cache hit counts ([ GH-252 ] )
6
+
3
7
## [ 12.0.2] - 2025-07-07
4
8
5
9
- ` analyzeme ` : Add support for reading aggregated query cache hit counts ([ GH-244 ] )
298
302
[ GH-238 ] : https://github.com/rust-lang/measureme/pull/238
299
303
[ GH-239 ] : https://github.com/rust-lang/measureme/pull/239
300
304
[ 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 = [
13
13
]
14
14
15
15
[workspace .package ]
16
- version = " 12.0.2 "
16
+ version = " 12.0.3 "
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.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" }
25
25
decodeme_10 = { version = " 10.1.3" , package = " decodeme" }
26
- measureme = { version = " 12.0.2 " , path = " measureme" }
26
+ measureme = { version = " 12.0.3 " , path = " measureme" }
27
27
measureme_10 = { version = " 10.1.3" , package = " measureme" }
28
28
29
29
clap = { version = " 4.5.0" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments