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 Jan 21, 2021
1 parent 0579abb commit 597b60d
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.2.1] - 2021-01-21

### Added

Expand All @@ -21,17 +21,11 @@ and this project adheres to
- Removed minimum supported Windows SDK requirement.
- Removed internal global lock.

### Deprecated

### Removed

### Fixed

- Improved README.
- Fixed cross-compiling for MSVC with `crt-static`.

### Security

## [0.2.0] - 2021-01-19

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

- Initial release.

[unreleased]:
https://github.com/daxpedda/sentry-contrib-native/compare/0.2.0...HEAD
[0.2.1]: https://github.com/daxpedda/sentry-contrib-native/releases/tag/0.2.1
[0.2.0]: https://github.com/daxpedda/sentry-contrib-native/releases/tag/0.2.0
[0.1.0]: https://github.com/daxpedda/sentry-contrib-native/releases/tag/0.1.0
[0.1.0-rc]:
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.2.0"
version = "0.2.1"
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.2.0", path = "sentry-contrib-native-sys", default-features = false }
sys = { package = "sentry-contrib-native-sys", version = "0.2.1", 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.2.0"
version = "0.2.1"
authors = ["daxpedda <[email protected]>"]
edition = "2018"
links = "sentry-native"
Expand Down

0 comments on commit 597b60d

Please sign in to comment.