Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit d847237

Browse files
author
Yuri Shkuro
committed
Back to development
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent d027011 commit d847237

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changes by Version
22
==================
33

4+
0.6.1 (unreleased)
5+
------------------
6+
7+
- Nothing yet.
8+
9+
410
0.6.0 (2020-06-08)
511
------------------
612
- Support plugin configuration via environment variables (#192)
@@ -16,6 +22,7 @@ Changes by Version
1622
- Remove Thrift headers from Jaeger public headers (#172)
1723
- Update default samplingServerURL to include /sampling path (#158)
1824

25+
1926
0.5.0 (2019-09-07)
2027
------------------
2128
- Improve C++ flag handling in CMake (#128)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ HunterGate(
2020
LOCAL # load `${CMAKE_CURRENT_LIST_DIR}/cmake/Hunter/config.cmake`
2121
)
2222

23-
project(jaegertracing VERSION 0.6.0)
23+
project(jaegertracing VERSION 0.6.1)
2424

2525
option(JAEGERTRACING_WARNINGS_AS_ERRORS "Treat compiler warnings as errors" OFF)
2626

0 commit comments

Comments
 (0)