Skip to content

Commit a8511d3

Browse files
committed
Release 0.8.2.
1 parent 1f43cfd commit a8511d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Note: There is no guarantee that version mismatched client and server will
22
be able to talk with each other. Network protocol breakages won't be listed
33
here.
44

5-
v0.x.x (xxxx-xx-xx)
5+
v0.8.2 (2022-06-28)
66
-------------------
77

88
- Added support for debuginfod debug information services. Note that

server/TracyVersion.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Version
77
{
88
enum { Major = 0 };
99
enum { Minor = 8 };
10-
enum { Patch = 1 };
10+
enum { Patch = 2 };
1111
}
1212
}
1313

0 commit comments

Comments
 (0)