Skip to content

Commit

Permalink
Prepare for release 0.5.0 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkalderon authored May 18, 2019
1 parent 22351fe commit a404df3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.5.0] - 2019-05-19
### Added
* Add CI and documentation badges.
* Implement support for API versions 1.3.0 and 1.4.0.
Expand Down Expand Up @@ -68,7 +70,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.4.0...HEAD
[Unreleased]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.1.0...v0.2.0
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "renderdoc"
version = "0.4.0"
version = "0.5.0"
authors = ["Eyal Kalderon <ebkalderon@gmail.com>"]
description = "RenderDoc application bindings for Rust"
license = "MIT OR Apache-2.0"
Expand All @@ -20,8 +20,8 @@ default = ["glutin"]
[dependencies]
bitflags = "1.0"
lazy_static = "1.0"
renderdoc-derive = { version = "0.4.0", path = "./renderdoc-derive" }
renderdoc-sys = { version = "0.4.0", path = "./renderdoc-sys" }
renderdoc-derive = { version = "0.5.0", path = "./renderdoc-derive" }
renderdoc-sys = { version = "0.5.0", path = "./renderdoc-sys" }
libloading = "0.5"

glutin = { version = "0.21", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion renderdoc-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "renderdoc-derive"
version = "0.4.0"
version = "0.5.0"
authors = ["Eyal Kalderon <ebkalderon@gmail.com>"]
description = "Internal custom derive macro intended for renderdoc-rs"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion renderdoc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "renderdoc-sys"
version = "0.4.0"
version = "0.5.0"
authors = ["Eyal Kalderon <ebkalderon@gmail.com>"]
description = "Raw FFI bindings to the RenderDoc API"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit a404df3

Please sign in to comment.