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']