Skip to content

Commit f9e9561

Browse files
committed
capi: Bump version to 0.1.3
This change bumps the blazesym-c's version to 0.1.3. The following notable changes have been made since 0.1.2: - Fixed potential panic when normalizing vDSO addresses Signed-off-by: Daniel Müller <[email protected]>
1 parent d4e1733 commit f9e9561

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

capi/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.1.3
2+
-----
33
- Fixed potential panic when normalizing vDSO addresses
44

55

capi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "blazesym-c"
33
description = "C bindings for blazesym"
4-
version = "0.1.2"
4+
version = "0.1.3"
55
edition.workspace = true
66
rust-version.workspace = true
77
authors = ["Daniel Müller <[email protected]>"]

capi/include/blazesym.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Please refer to the documentation hosted at
33
*
4-
* https://docs.rs/blazesym-c/0.1.2
4+
* https://docs.rs/blazesym-c/0.1.3
55
*/
66

77

0 commit comments

Comments
 (0)