diff --git a/CHANGES b/CHANGES index 2f7b090..c6f70bf 100644 --- a/CHANGES +++ b/CHANGES @@ -310,3 +310,9 @@ unreleased Version 0.22 2021-12-13 Version 0.50 * Added support for DWARF5. Thanks to neerajsi-msft. + +2022-03-27 Version 0.51 + + * fix handling of UNC paths. Thanks to sonyps5201314. + * DWARF: added support for non-contiguous functions. Thanks to marc-groundctl + * Fixed stalling if vswhere doesn't produce any output diff --git a/VERSION b/VERSION index 8c32833..1565826 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION = 0.50 +VERSION = 0.51