Skip to content

Commit

Permalink
Prepare v0.17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Mar 31, 2023
1 parent a85fdb5 commit be5abb0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rbspy"
version = "0.16.0"
version = "0.17.0"
authors = ["Adam Jensen <acjensen@gmail.com>", "Julia Evans <julia@jvns.ca>"]
description = "Sampling CPU profiler for Ruby"
keywords = ["ruby", "profiler", "MRI"]
Expand Down Expand Up @@ -36,7 +36,7 @@ memmap2 = "0.5"
proc-maps = "0.3.0"
prost = "0.11.0"
rand = "0.8.3"
rbspy-ruby-structs = { path = "ruby-structs", version="0.16.0" }
rbspy-ruby-structs = { path = "ruby-structs", version="0.17.0" }
remoteprocess = "0.4.5"
semver = "1.0.10"
serde = "1.0.131"
Expand Down
2 changes: 1 addition & 1 deletion ruby-structs/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rbspy-ruby-structs"
version = "0.16.0"
version = "0.17.0"
authors = ["Adam Jensen <acjensen@gmail.com>", "Julia Evans <julia@jvns.ca>"]
description = "Helper crate for rbspy. Contains Rust bindings for various internal Ruby structures for version 1.9.3 to 3.x."
license = "MIT"
Expand Down

0 comments on commit be5abb0

Please sign in to comment.