Skip to content

Commit c29f684

Browse files
committed
Bump version
1 parent 9f4e989 commit c29f684

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog for Vulkan.jl
22

3+
## Version `v0.6.28`
4+
- ![Enhancement][badge-enhancement] Performance has been improved by reducing dynamic dispatch due to missing function specializations.
5+
36
## Version `v0.6.19`
47

58
- ![Feature][badge-feature] Extensions were added related to StaticArraysCore, FixedPointNumbers and ColorTypes to define additional `Vk.Format`/`Vk.format_type` mappings. However, due to https://github.com/JuliaLang/julia/issues/52511, these are not yet defined as package extensions, and the core packages were made direct dependencies instead of weak dependencies.

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Vulkan"
22
uuid = "9f14b124-c50e-4008-a7d4-969b3a6cd68a"
3-
version = "0.6.27"
3+
version = "0.6.28"
44
authors = ["Cédric Belmant"]
55

66
[deps]

0 commit comments

Comments
 (0)