Skip to content

Commit

Permalink
Releasing version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-sawicki-a committed Apr 5, 2022
1 parent f399a78 commit 6a61103
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 2.0.1 (2022-04-05)

A maintenance release with some bug fixes and improvements. There are no changes in the library API.

- Fixed an assert failing when detailed JSON dump was made while a custom pool was present with specified string name (#36, thanks @rbertin-aso).
- Fixed image height calculation in JSON dump visualization tool "GpuMemDumpVis.py" (#37, thanks @rbertin-aso).
- Added JSON Schema for JSON dump format - see file "tools\GpuMemDumpVis\GpuMemDump.schema.json".
- Added documentation section "Resource reference counting".

# 2.0.0 (2022-03-25)

So much has changed since the first release that it doesn’t make much sense to compare the differences. Here are the most important features that the library now provides:
Expand Down
Binary file modified bin/D3D12Sample_Release_vs2019.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div class="headertitle"><div class="title">D3D12 Memory Allocator </div></div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p ><b>Version 2.0.1-development</b> (2022-03-29)</p>
<div class="textblock"><p ><b>Version 2.0.1</b> (2022-04-05)</p>
<p >Copyright (c) 2019-2022 Advanced Micro Devices, Inc. All rights reserved. <br />
License: MIT</p>
<p >Documentation of all members: <a class="el" href="_d3_d12_mem_alloc_8h.html">D3D12MemAlloc.h</a></p>
Expand Down
2 changes: 1 addition & 1 deletion include/D3D12MemAlloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

/** \mainpage D3D12 Memory Allocator
<b>Version 2.0.1-development</b> (2022-03-29)
<b>Version 2.0.1</b> (2022-04-05)
Copyright (c) 2019-2022 Advanced Micro Devices, Inc. All rights reserved. \n
License: MIT
Expand Down

0 comments on commit 6a61103

Please sign in to comment.