From 720e6849c286aad2581c5186d91bb51aa85a597d Mon Sep 17 00:00:00 2001 From: antono2 Date: Thu, 10 Sep 2026 17:52:56 +0200 Subject: [PATCH] Prepare 2.1.0 release --- CHANGELOG.md | 2 +- v.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff4a20..abcc403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## Unreleased +## 2.1.0 - 2026-09-10 - Free dedicated allocation blocks immediately on release while retaining reusable shared buffer blocks. diff --git a/v.mod b/v.mod index 8fa9e34..3e520ba 100644 --- a/v.mod +++ b/v.mod @@ -2,7 +2,7 @@ Module { name: 'antono2.vkmemalloc' author: 'Anton Oreskin' description: 'Vulkan block suballocation helpers for buffers and images' - version: '2.0.0' + version: '2.1.0' license: 'MIT' repo_url: 'https://github.com/antono2/vulkan_memory_allocator' tags: ['V','vulkan','allocator']