From 5106a034bddb85ae20167f6593fee6303b8bfb95 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Tue, 18 Aug 2020 01:10:20 +0200 Subject: [PATCH] Prepare release. --- CHANGELOG.md | 11 ++--------- Cargo.toml | 4 ++-- sentry-contrib-native-sys/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 993c77de..5f8d6e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 @@ -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]: diff --git a/Cargo.toml b/Cargo.toml index 57e31979..4da1eabe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sentry-contrib-native" -version = "0.1.0-rc.2" +version = "0.1.0" authors = ["daxpedda "] edition = "2018" description = "Unofficial bindings to the Sentry Native SDK for Rust." @@ -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" diff --git a/sentry-contrib-native-sys/Cargo.toml b/sentry-contrib-native-sys/Cargo.toml index 7008fac7..23c987b1 100644 --- a/sentry-contrib-native-sys/Cargo.toml +++ b/sentry-contrib-native-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sentry-contrib-native-sys" -version = "0.1.0-rc.2" +version = "0.1.0" authors = ["daxpedda "] edition = "2018" links = "sentry-native"