Skip to content

Commit a5e07d2

Browse files
committed
Bump version to 0.2.3
1 parent 01102e7 commit a5e07d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes
22

3-
## Unreleased
3+
## 0.2.3 (Unreleased)
44

55
* Removed `Result` return values from functions that always returned `Ok(())`
66

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vk-mem"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = ["Graham Wihlidal <[email protected]>"]
55
description = "Rust ffi bindings and idiomatic wrapper for AMD Vulkan Memory Allocator (VMA)"
66
homepage = "https://github.com/gwihlidal/vk-mem-rs"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Add this to your `Cargo.toml`:
137137

138138
```toml
139139
[dependencies]
140-
vk-mem = "0.2.2"
140+
vk-mem = "0.2.3"
141141
```
142142

143143
and add this to your crate root:

0 commit comments

Comments
 (0)