Skip to content

Commit

Permalink
Bump measureme version to 12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LuuuXXX committed Jan 7, 2025
1 parent 1bbbc64 commit f0d25e0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [12.0.1] - 2025-01-07

### Changed

- `measureme`: Cofigurate out ohos target's dependecies to avoid compilation crashes ([GH-238])
- `analyzeme`: Do not panic on missing page tags ([GH-239])

## [12.0.0] - 2024-05-31

### Added
Expand Down Expand Up @@ -199,6 +206,7 @@

## [0.2.0] - 2019-04-10

[12.0.1]: https://github.com/rust-lang/measureme/releases/tag/12.0.1
[12.0.0]: https://github.com/rust-lang/measureme/releases/tag/12.0.0
[11.0.1]: https://github.com/rust-lang/measureme/releases/tag/11.0.1
[11.0.0]: https://github.com/rust-lang/measureme/releases/tag/11.0.0
Expand Down Expand Up @@ -283,3 +291,5 @@
[GH-228]: https://github.com/rust-lang/measureme/pull/228
[GH-232]: https://github.com/rust-lang/measureme/pull/232
[GH-234]: https://github.com/rust-lang/measureme/pull/234
[GH-238]: https://github.com/rust-lang/measureme/pull/238
[GH-239]: https://github.com/rust-lang/measureme/pull/239
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ members = [
]

[workspace.package]
version = "12.0.0"
version = "12.0.1"
authors = ["Wesley Wiser <[email protected]>", "Michael Woerister <michaelwoerister@posteo>"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/measureme"

[workspace.dependencies]
analyzeme = { version = "12.0.0", path = "analyzeme" }
analyzeme = { version = "12.0.1", path = "analyzeme" }
clap = { version = "4.5.0", features = ["derive"] }
decodeme = { version = "12.0.0", path = "decodeme" }
decodeme = { version = "12.0.1", path = "decodeme" }
decodeme_10 = { version = "10.1.3", package = "decodeme" }
flate2 = "1.0"
inferno = { version = "0.11", default-features = false }
log = "0.4"
measureme = { version = "12.0.0", path = "measureme" }
measureme = { version = "12.0.1", path = "measureme" }
measureme_10 = { version = "10.1.3", package = "measureme" }
memchr = "2"
memmap2 = "0.2.1"
Expand Down

0 comments on commit f0d25e0

Please sign in to comment.