Skip to content

Commit 0a41b12

Browse files
Added CHANGELOG.md. Introduced semantic versioning - current version is 1.0.0.
1 parent 9137407 commit 0a41b12

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 1.0.0 (2017-06-16)
2+
3+
First public release.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ This is a README file for Vulkan Memory Allocator library and accompanying sampl
55
**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)).
66

77
**License:** MIT. See [LICENSE.txt](LICENSE.txt).
8+
9+
**Changelog:**: See [CHANGELOG.md](CHANGELOG.md).

docs/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<div class="title">Vulkan Memory Allocator </div> </div>
6363
</div><!--header-->
6464
<div class="contents">
65-
<div class="textblock"><p>Version 1.0, 2017-05-10</p>
65+
<div class="textblock"><p>Version 1.0.0 (2017-06-16)</p>
6666
<p>Members grouped: see <a href="modules.html"><b>Modules</b></a>.</p>
6767
<p>All members: see <a class="el" href="vk__mem__alloc_8h.html">vk_mem_alloc.h</a>.</p>
6868
<h1><a class="anchor" id="problem"></a>

src/vk_mem_alloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
/** \mainpage Vulkan Memory Allocator
2727
28-
Version 1.0, 2017-05-10
28+
Version 1.0.0 (2017-06-16)
2929
3030
Members grouped: see <a href="modules.html"><b>Modules</b></a>.
3131

0 commit comments

Comments
 (0)