Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Aug 17, 2020
1 parent 8a2a112 commit 5106a03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
11 changes: 2 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.0] - 2020-08-18

### Added

Expand All @@ -31,10 +31,6 @@ and this project adheres to
- Changed `set_transport`'s `startup` argument to return `Result` and fail
`Options::init` if `Err` is returned.

### Deprecated

### Removed

### Fixed

- Fixed thread-safety in almost all functions that could otherwise crash the
Expand All @@ -52,8 +48,6 @@ and this project adheres to
- Fixed `Transport::send` documentation to state that envelopes have to be sent
in order for sessions to work.

### Security

## [0.1.0-rc] - 2020-07-06

### Added
Expand Down Expand Up @@ -87,8 +81,7 @@ and this project adheres to

- Initial release.

[unreleased]:
https://github.com/daxpedda/sentry-contrib-native/compare/v0.1.0-rc...HEAD
[0.1.0]: https://github.com/daxpedda/sentry-contrib-native/releases/tag/v0.1.0
[0.1.0-rc]:
https://github.com/daxpedda/sentry-contrib-native/releases/tag/v0.1.0-rc
[0.1.0-alpha-2]:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-contrib-native"
version = "0.1.0-rc.2"
version = "0.1.0"
authors = ["daxpedda <[email protected]>"]
edition = "2018"
description = "Unofficial bindings to the Sentry Native SDK for Rust."
Expand All @@ -17,7 +17,7 @@ members = ["sentry-contrib-native-sys", "tests/res/dylib"]
http = { version = "0.2", optional = true }
once_cell = "1"
rmpv = "0.4"
sys = { package = "sentry-contrib-native-sys", version = "0.1.0-rc.2", path = "sentry-contrib-native-sys", default-features = false }
sys = { package = "sentry-contrib-native-sys", version = "0.1.0", path = "sentry-contrib-native-sys", default-features = false }
thiserror = "1"
url = { version = "2", optional = true }
vsprintf = "2"
Expand Down
2 changes: 1 addition & 1 deletion sentry-contrib-native-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-contrib-native-sys"
version = "0.1.0-rc.2"
version = "0.1.0"
authors = ["daxpedda <[email protected]>"]
edition = "2018"
links = "sentry-native"
Expand Down

0 comments on commit 5106a03

Please sign in to comment.