Skip to content

Commit 2fd4ee5

Browse files
committed
Prepare release 0.12.0
1 parent 602dfaa commit 2fd4ee5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.12.0] - 2024-03-01
11+
12+
### Changed
13+
14+
* Update `bitflags` dependency to 2.0.
15+
* Update `libloading` dependency to 0.8.
16+
1017
## [0.11.0] - 2023-02-20
1118

1219
### Changed
@@ -227,7 +234,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
227234
* Type-safe version requests and downgrading.
228235
* Convenient conversions for `winit::VirtualKeyCode` into RenderDoc `InputButton`.
229236

230-
[Unreleased]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.11.0...HEAD
237+
[Unreleased]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.12.0...HEAD
238+
[0.12.0]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.11.0...v0.12.0
231239
[0.11.0]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.10.1...v0.11.0
232240
[0.10.1]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.10.0...v0.10.1
233241
[0.10.0]: https://github.com/ebkalderon/renderdoc-rs/compare/v0.9.1...v0.10.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.11.0"
3+
version = "0.12.0"
44
edition = "2018"
55
resolver = "2"
66
authors = ["Eyal Kalderon <ebkalderon@gmail.com>"]

0 commit comments

Comments
 (0)