Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
umanwizard committed Sep 17, 2024
1 parent f6c3664 commit 7820295
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["mappings", "capi", "util", "example"]
[package]
name = "jemalloc_pprof"
description = "Convert jemalloc heap profiles to pprof to understand memory usage, fix memory leaks, and fix OOM Kills."
version = "0.4.2"
version = "0.5.0"
edition = "2021"
publish = true
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion capi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "capi"
version = "0.4.1"
version = "0.5.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion mappings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mappings"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
description = "Get the mappings of a process (currently only on Linux)"
publish = true
Expand Down
2 changes: 1 addition & 1 deletion util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pprof_util"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
description = "various utilities for representing and manipulating profiling data"
publish = true
Expand Down

0 comments on commit 7820295

Please sign in to comment.