Skip to content

Commit

Permalink
Merge pull request #89 from ebkalderon/prepare-release-0.8.1
Browse files Browse the repository at this point in the history
Prepare release 0.8.1
  • Loading branch information
ebkalderon authored May 1, 2020
2 parents 8d33181 + a85d9eb commit a0435a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.8.1] - 2020-05-01

### Fixed

* Fix copy-paste documentation mistake for `end_frame_capture()`.
* Fix formatting for `unload_crash_handler()` docs.
* Fix subtle spacing issue around `$PATH` in docs.

## [0.8.0] - 2020-05-01

### Added
Expand Down Expand Up @@ -169,7 +177,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Type-safe version requests and downgrading.
* Convenient conversions for `winit::VirtualKeyCode` into RenderDoc `InputButton`.

[Unreleased]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.8.0...HEAD
[Unreleased]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.8.1...HEAD
[0.8.1]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.6.0...v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "renderdoc"
version = "0.8.0"
version = "0.8.1"
edition = "2018"
authors = ["Eyal Kalderon <ebkalderon@gmail.com>"]
description = "RenderDoc application bindings for Rust"
Expand Down

0 comments on commit a0435a2

Please sign in to comment.