From 8217aaa3013c29f0540e3703d6b2220c940388c0 Mon Sep 17 00:00:00 2001 From: Anton Oreskin Date: Wed, 9 Sep 2026 02:32:16 +0200 Subject: [PATCH] Prepare Vulkan 1.6.0 release --- CHANGELOG.md | 2 +- v.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c992ccd..cbec844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This changelog tracks the semantic version of the V module in `v.mod`. Generated binding snapshots continue to use the Vulkan registry version stored in `VERSION`. -## Unreleased +## 1.6.0 - 2026-09-09 ### Added diff --git a/v.mod b/v.mod index 1203186..9a5312d 100644 --- a/v.mod +++ b/v.mod @@ -2,7 +2,7 @@ Module { name: 'antono2.vulkan' author: 'Anton Oreskin' description: 'V Vulkan Bindings' - version: '1.5.0' + version: '1.6.0' repo_url: 'https://github.com/antono2/vulkan' vcs: 'git' tags: ['V','vulkan','graphics']