This repository was archived by the owner on Aug 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ Changes by Version
2
+ ==================
3
+
4
+ 0.0.8 (2017-11-20)
5
+ ------------------
6
+ - Fix host IP formatting and improve local IP API (#4 )
7
+ - Use JSON instead of Thrift's TJSONProtocol (#12 )
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ if(HUNTER_ENABLED)
40
40
endif ()
41
41
endif ()
42
42
43
- project (jaegertracing VERSION 0.0.7 )
43
+ project (jaegertracing VERSION 0.0.8 )
44
44
45
45
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR
46
46
CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
Original file line number Diff line number Diff line change
1
+ # Release Process
2
+
3
+ 1 . Create a PR "Preparing for release X.Y.Z" against master branch
4
+ * Alter CHANGELOG.md from ` <placeholder_version> (unreleased) ` to ` <X.Y.Z> (YYYY-MM-DD) `
5
+ * Update project version in CMakeLists.txt to ` X.Y.Z `
6
+ 2 . Create a release "Release X.Y.Z" on Github
7
+ * Create Tag ` vX.Y.Z `
8
+ * Copy CHANGELOG.md into the release notes
9
+ 3 . Create a PR "Back to development" against master branch
10
+ * Add ` <next_version> (unreleased) ` to CHANGELOG.md
11
+ * Update project version in CMakeLists.txt to the ` <next version> `
You can’t perform that action at this time.
0 commit comments