We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f43cfd commit a8511d3Copy full SHA for a8511d3
NEWS
@@ -2,7 +2,7 @@ Note: There is no guarantee that version mismatched client and server will
2
be able to talk with each other. Network protocol breakages won't be listed
3
here.
4
5
-v0.x.x (xxxx-xx-xx)
+v0.8.2 (2022-06-28)
6
-------------------
7
8
- Added support for debuginfod debug information services. Note that
server/TracyVersion.hpp
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
9
enum { Minor = 8 };
10
-enum { Patch = 1 };
+enum { Patch = 2 };
11
}
12
13
0 commit comments