Skip to content

Commit c04170f

Browse files
authored
Merge pull request #105 from ebkalderon/prepare-release-0.10.0
Prepare release 0.10.0
2 parents 8275495 + 1059166 commit c04170f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.10.0] - 2020-12-17
11+
12+
### Changed
13+
14+
* Bump `glutin` dependency to 0.26.
15+
1016
## [0.9.1] - 2020-08-05
1117

1218
### Changed
@@ -199,8 +205,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
199205
* Type-safe version requests and downgrading.
200206
* Convenient conversions for `winit::VirtualKeyCode` into RenderDoc `InputButton`.
201207

202-
[Unreleased]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.9.1...HEAD
203-
[0.9.0]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.9.0...v0.9.1
208+
[Unreleased]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.10.0...HEAD
209+
[0.10.0]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.9.1...v0.10.0
210+
[0.9.1]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.9.0...v0.9.1
204211
[0.9.0]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.8.1...v0.9.0
205212
[0.8.1]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.8.0...v0.8.1
206213
[0.8.0]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.7.1...v0.8.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "renderdoc"
3-
version = "0.9.1"
3+
version = "0.10.0"
44
edition = "2018"
55
authors = ["Eyal Kalderon <ebkalderon@gmail.com>"]
66
description = "RenderDoc application bindings for Rust"

0 commit comments

Comments
 (0)