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

Commit

Permalink
Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Jul 1, 2020
1 parent 4e06b14 commit 79a2ee7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
16 changes: 0 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,11 @@ 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]

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.1.0-alpha] - 2020-07-01

### Added

- Initial release.

[unreleased]:
https://github.com/daxpedda/sentry-contrib-native/compare/v0.1.0-alpha...HEAD
[0.0.1-alpha]:
https://github.com/daxpedda/sentry-contrib-native/releases/tag/v0.1.0-alpha
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ members = ["sentry-contrib-native-sys", "tests/test/dylib"]
http = { version = "0.2", optional = true }
once_cell = "1"
rmpv = "0.4"
sys = { package = "sentry-contrib-native-sys", path = "sentry-contrib-native-sys", default-features = false }
sys = { package = "sentry-contrib-native-sys", version = "0.1.0-alpha", path = "sentry-contrib-native-sys", default-features = false }
thiserror = "1"
url = { version = "2", optional = true }
vsprintf = { git = "https://github.com/daxpedda/vsprintf", branch = "fix-windows" }
vsprintf = { package = "daxpedda-vsprintf", version = "1.0.2-pr" }

[dev-dependencies]
anyhow = "1"
Expand Down Expand Up @@ -54,3 +54,7 @@ test = []
[[example]]
name = "custom-transport"
required-features = ["custom-transport"]

[package.metadata.docs.rs]
features = ["nightly"]
targets = ["x86_64-unknown-linux-gnu"]
4 changes: 4 additions & 0 deletions sentry-contrib-native-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ cmake = "0.1"
default = ["default-transport"]
default-transport = []
nightly = []

[package.metadata.docs.rs]
features = ["nightly"]
targets = ["x86_64-unknown-linux-gnu"]

0 comments on commit 79a2ee7

Please sign in to comment.