Skip to content

Commit

Permalink
capi: Bump version to 0.1.0-rc.1
Browse files Browse the repository at this point in the history
This change bumps the blazesym-c's version to 0.1.0-rc.1. The
following notable changes have been made since 0.1.0-rc.0:
- Added 'procmap_query_ioctl' attribute to blaze_normalizer_opts
- Renamed blaze_result to blaze_syms
  - Renamed blaze_result_free to blaze_syms_free
- Renamed 'cache_maps' attribute of blaze_normalizer_opts to
  'cache_vmas'
- Introduced blaze_supports_procmap_query helper
- Bumped blazesym dependency to 0.2.0-rc.1

Signed-off-by: Daniel Müller <deso@posteo.net>
  • Loading branch information
d-e-s-o authored and danielocfb committed Sep 5, 2024
1 parent 03af630 commit b8c0970
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Added `is_procmap_query_supported` function to `helper` module
- Adjusted normalization logic to not fail overall operation on build ID
read failure
- Added support for file based symbolization support on the Windows operating
- Added support for file based symbolization on the Windows operating
system
- Improved performance for parsing Breakpad files
- Made sure to not emit "self" component in normalized paths when
Expand Down
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.1
----------
- Added `procmap_query_ioctl` attribute to `blaze_normalizer_opts`
- Renamed `blaze_result` to `blaze_syms`
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.0"
version = "0.1.0-rc.1"
edition = "2021"
rust-version = "1.65"
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.0
* https://docs.rs/blazesym-c/0.1.0-rc.1
*/


Expand Down

0 comments on commit b8c0970

Please sign in to comment.