Skip to content

Commit 5ac839c

Browse files
authored
Merge pull request #253 from Kobzol/v12.0.3
Bump version to 12.0.3
2 parents ffbe350 + eecf8b1 commit 5ac839c

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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])
@@ -298,3 +302,4 @@
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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "12.0.2"
16+
version = "12.0.3"
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.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" }
2525
decodeme_10 = { version = "10.1.3", package = "decodeme" }
26-
measureme = { version = "12.0.2", path = "measureme" }
26+
measureme = { version = "12.0.3", path = "measureme" }
2727
measureme_10 = { version = "10.1.3", package = "measureme" }
2828

2929
clap = { version = "4.5.0", features = ["derive"] }

0 commit comments

Comments
 (0)