Skip to content

Commit

Permalink
Prepare release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkalderon committed Mar 2, 2024
1 parent 602dfaa commit 2fd4ee5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.12.0] - 2024-03-01

### Changed

* Update `bitflags` dependency to 2.0.
* Update `libloading` dependency to 0.8.

## [0.11.0] - 2023-02-20

### Changed
Expand Down Expand Up @@ -227,7 +234,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.11.0...HEAD
[Unreleased]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.12.0...HEAD
[0.12.0]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.10.1...v0.11.0
[0.10.1]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.9.1...v0.10.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.11.0"
version = "0.12.0"
edition = "2018"
resolver = "2"
authors = ["Eyal Kalderon <ebkalderon@gmail.com>"]
Expand Down

0 comments on commit 2fd4ee5

Please sign in to comment.