Skip to content

Commit

Permalink
capi: Bump version to 0.1.0-rc.2
Browse files Browse the repository at this point in the history
This change bumps the blazesym-c's version to 0.1.0-rc.2. The
following notable changes have been made since 0.1.0-rc.1:
- Fixed various functions accepting uintptr_t addresses, when they
  really should be using uint64_t
- Introduced blaze_read_elf_build_id helper
- Bumped blazesym dependency to 0.2.0-rc.2

Signed-off-by: Daniel Müller <deso@posteo.net>
  • Loading branch information
d-e-s-o committed Nov 5, 2024
1 parent 4d66f8b commit 7cc709d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion capi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
0.1.0-rc.2
----------
- Fixed various functions accepting `uintptr_t` addresses, when they
really should be using `uint64_t`
Expand Down
2 changes: 1 addition & 1 deletion capi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "blazesym-c"
description = "C bindings for blazesym"
version = "0.1.0-rc.1"
version = "0.1.0-rc.2"
edition = "2021"
rust-version = "1.69"
authors = ["Daniel Müller <deso@posteo.net>"]
Expand Down
2 changes: 1 addition & 1 deletion capi/include/blazesym.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Please refer to the documentation hosted at
*
* https://docs.rs/blazesym-c/0.1.0-rc.1
* https://docs.rs/blazesym-c/0.1.0-rc.2
*/


Expand Down

0 comments on commit 7cc709d

Please sign in to comment.