File tree Expand file tree Collapse file tree 8 files changed +8
-6
lines changed Expand file tree Collapse file tree 8 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ set(GOOGLE_CLOUD_CPP_IS_RELEASE "yes")
2222# This should be included from the top level CMakeLists file
2323set (GOOGLE_CLOUD_CPP_VERSION_MAJOR 0)
2424set (GOOGLE_CLOUD_CPP_VERSION_MINOR 6)
25- set (GOOGLE_CLOUD_CPP_VERSION_PATCH 0 )
25+ set (GOOGLE_CLOUD_CPP_VERSION_PATCH 1 )
2626
2727# Generate the version information from the CMake values.
2828configure_file (internal /version_info.h.in internal /version_info.h)
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ is available [online][doxygen-link].
2626
2727### v0.6.x - 2019-04
2828
29+ * Avoid std::make_exception_ptr() when building without exceptions.
2930* Removed the googleapis submodule. The build system now automatically
3031 downloads all deps.
3132
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ include(external/googleapis)
1919# This should be included from the top level CMakeLists file
2020set (BIGTABLE_CLIENT_VERSION_MAJOR 0)
2121set (BIGTABLE_CLIENT_VERSION_MINOR 8)
22- set (BIGTABLE_CLIENT_VERSION_PATCH 0 )
22+ set (BIGTABLE_CLIENT_VERSION_PATCH 1 )
2323
2424set (DOXYGEN_PROJECT_NAME "Google Cloud Bigtable C++ Client" )
2525set (DOXYGEN_PROJECT_BRIEF "A C++ Client Library for Google Cloud Bigtable" )
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ is available [online][doxygen-link].
2525
2626### v0.8.x - 2019-04
2727
28+ * Use SFINAE to constrain applicability of the BulkMutation(M&&...) ctor.
2829* ** Breaking change** : ` Table::BulkApply ` now returns a
2930 ` std::vector<FailedMutation> ` instead of throwing an exception.
3031* In the future we will remove all the ` google::cloud::bigtable::noex::* `
Original file line number Diff line number Diff line change 1818
1919BIGTABLE_CLIENT_VERSION_MAJOR = "0"
2020BIGTABLE_CLIENT_VERSION_MINOR = "8"
21- BIGTABLE_CLIENT_VERSION_PATCH = "0 "
21+ BIGTABLE_CLIENT_VERSION_PATCH = "1 "
Original file line number Diff line number Diff line change 1919GOOGLE_CLOUD_CPP_IS_RELEASE = "yes"
2020GOOGLE_CLOUD_CPP_VERSION_MAJOR = "0"
2121GOOGLE_CLOUD_CPP_VERSION_MINOR = "6"
22- GOOGLE_CLOUD_CPP_VERSION_PATCH = "0 "
22+ GOOGLE_CLOUD_CPP_VERSION_PATCH = "1 "
Original file line number Diff line number Diff line change 1717# This should be included from the top level CMakeLists file
1818set (STORAGE_CLIENT_VERSION_MAJOR 0)
1919set (STORAGE_CLIENT_VERSION_MINOR 6)
20- set (STORAGE_CLIENT_VERSION_PATCH 0 )
20+ set (STORAGE_CLIENT_VERSION_PATCH 1 )
2121
2222set (DOXYGEN_PROJECT_NAME "Google Cloud Storage C++ Client" )
2323set (DOXYGEN_PROJECT_BRIEF "A C++ Client Library for Google Cloud Storage" )
Original file line number Diff line number Diff line change 1818
1919STORAGE_CLIENT_VERSION_MAJOR = "0"
2020STORAGE_CLIENT_VERSION_MINOR = "6"
21- STORAGE_CLIENT_VERSION_PATCH = "0 "
21+ STORAGE_CLIENT_VERSION_PATCH = "1 "
You can’t perform that action at this time.
0 commit comments