Added CHANGELOG.md. Introduced semantic versioning - current version is 1.0.0.

This commit is contained in:
Adam Sawicki 2017-07-04 14:03:54 +02:00
parent 9137407734
commit 0a41b12c10
4 changed files with 7 additions and 2 deletions

3
CHANGELOG.md Normal file
View File

@ -0,0 +1,3 @@
# 1.0.0 (2017-06-16)
First public release.

View File

@ -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)). **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). **License:** MIT. See [LICENSE.txt](LICENSE.txt).
**Changelog:**: See [CHANGELOG.md](CHANGELOG.md).

View File

@ -62,7 +62,7 @@ $(function() {
<div class="title">Vulkan Memory Allocator </div> </div> <div class="title">Vulkan Memory Allocator </div> </div>
</div><!--header--> </div><!--header-->
<div class="contents"> <div class="contents">
<div class="textblock"><p>Version 1.0, 2017-05-10</p> <div class="textblock"><p>Version 1.0.0 (2017-06-16)</p>
<p>Members grouped: see <a href="modules.html"><b>Modules</b></a>.</p> <p>Members grouped: see <a href="modules.html"><b>Modules</b></a>.</p>
<p>All members: see <a class="el" href="vk__mem__alloc_8h.html">vk_mem_alloc.h</a>.</p> <p>All members: see <a class="el" href="vk__mem__alloc_8h.html">vk_mem_alloc.h</a>.</p>
<h1><a class="anchor" id="problem"></a> <h1><a class="anchor" id="problem"></a>

View File

@ -25,7 +25,7 @@
/** \mainpage Vulkan Memory Allocator /** \mainpage Vulkan Memory Allocator
Version 1.0, 2017-05-10 Version 1.0.0 (2017-06-16)
Members grouped: see <a href="modules.html"><b>Modules</b></a>. Members grouped: see <a href="modules.html"><b>Modules</b></a>.