Bump version

This commit is contained in:
Maik Klein 2018-11-16 18:45:54 +01:00
parent 9adbac7c8d
commit 515f52fab9
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
# 0.26.0
* Fix loader on MacOS.
* Expose function pointers for easier interop with external libraries.
* Builder now uses bool instead of Bool32.
# 0.25.0 # 0.25.0
* Adds support for Vulkan 1.1 * Adds support for Vulkan 1.1

View file

@ -1,6 +1,6 @@
[package] [package]
name = "ash" name = "ash"
version = "0.25.0" version = "0.26.0"
authors = ["maik klein <maikklein@googlemail.com>"] authors = ["maik klein <maikklein@googlemail.com>"]
description = "Vulkan bindings for Rust" description = "Vulkan bindings for Rust"
license = "MIT" license = "MIT"