From 0a41b12c1094f7d60d1d8ccead889aa6aae105f5 Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Tue, 4 Jul 2017 14:03:54 +0200 Subject: [PATCH] Added CHANGELOG.md. Introduced semantic versioning - current version is 1.0.0. --- CHANGELOG.md | 3 +++ README.md | 2 ++ docs/html/index.html | 2 +- src/vk_mem_alloc.h | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dc98ff7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# 1.0.0 (2017-06-16) + +First public release. \ No newline at end of file diff --git a/README.md b/README.md index ff73db3..90e5bab 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,5 @@ This is a README file for Vulkan Memory Allocator library and accompanying sampl **Documentation:** See [Vulkan Memory Allocator](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/) (generated from Doxygen-style comments in [src/vk_mem_alloc.h](src/vk_mem_alloc.h)). **License:** MIT. See [LICENSE.txt](LICENSE.txt). + +**Changelog:**: See [CHANGELOG.md](CHANGELOG.md). diff --git a/docs/html/index.html b/docs/html/index.html index 143454b..e65d94c 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -62,7 +62,7 @@ $(function() {
Vulkan Memory Allocator
-

Version 1.0, 2017-05-10

+

Version 1.0.0 (2017-06-16)

Members grouped: see Modules.

All members: see vk_mem_alloc.h.

diff --git a/src/vk_mem_alloc.h b/src/vk_mem_alloc.h index 011006f..64503c7 100644 --- a/src/vk_mem_alloc.h +++ b/src/vk_mem_alloc.h @@ -25,7 +25,7 @@ /** \mainpage Vulkan Memory Allocator -Version 1.0, 2017-05-10 +Version 1.0.0 (2017-06-16) Members grouped: see Modules.