mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-29 08:54:34 +00:00
Release 0.8.1.
This commit is contained in:
parent
e6a29862ec
commit
80f6a93da7
2
NEWS
2
NEWS
@ -2,7 +2,7 @@ Note: There is no guarantee that version mismatched client and server will
|
|||||||
be able to talk with each other. Network protocol breakages won't be listed
|
be able to talk with each other. Network protocol breakages won't be listed
|
||||||
here.
|
here.
|
||||||
|
|
||||||
v0.x.x (xxxx-xx-xx)
|
v0.8.1 (2022-04-21)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
- Support for pre-0.7 traces has been dropped.
|
- Support for pre-0.7 traces has been dropped.
|
||||||
|
@ -7,7 +7,7 @@ namespace Version
|
|||||||
{
|
{
|
||||||
enum { Major = 0 };
|
enum { Major = 0 };
|
||||||
enum { Minor = 8 };
|
enum { Minor = 8 };
|
||||||
enum { Patch = 0 };
|
enum { Patch = 1 };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user