FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Bump version numbers for release v0.8.1 by devbww · Pull Request #2471 · googleapis/google-cloud-cpp · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .bzl  (3) .md  (2) .txt  (3) All 3 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion google/cloud/CMakeLists.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set(GOOGLE_CLOUD_CPP_IS_RELEASE "yes")
# This should be included from the top level CMakeLists file
set(GOOGLE_CLOUD_CPP_VERSION_MAJOR 0)
set(GOOGLE_CLOUD_CPP_VERSION_MINOR 6)
set(GOOGLE_CLOUD_CPP_VERSION_PATCH 0)
set(GOOGLE_CLOUD_CPP_VERSION_PATCH 1)

# Generate the version information from the CMake values.
configure_file(internal/version_info.h.in internal/version_info.h)
Expand Down
1 change: 1 addition & 0 deletions google/cloud/README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ is available [online][doxygen-link].

### v0.6.x - 2019-04

* Avoid std::make_exception_ptr() when building without exceptions.
* Removed the googleapis submodule. The build system now automatically
downloads all deps.

Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigtable/CMakeLists.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include(external/googleapis)
# This should be included from the top level CMakeLists file
set(BIGTABLE_CLIENT_VERSION_MAJOR 0)
set(BIGTABLE_CLIENT_VERSION_MINOR 8)
set(BIGTABLE_CLIENT_VERSION_PATCH 0)
set(BIGTABLE_CLIENT_VERSION_PATCH 1)

set(DOXYGEN_PROJECT_NAME "Google Cloud Bigtable C++ Client")
set(DOXYGEN_PROJECT_BRIEF "A C++ Client Library for Google Cloud Bigtable")
Expand Down
1 change: 1 addition & 0 deletions google/cloud/bigtable/README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ is available [online][doxygen-link].

### v0.8.x - 2019-04

* Use SFINAE to constrain applicability of the BulkMutation(M&&...) ctor.
* **Breaking change**: `Table::BulkApply` now returns a
`std::vector<FailedMutation>` instead of throwing an exception.
* In the future we will remove all the `google::cloud::bigtable::noex::*`
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

BIGTABLE_CLIENT_VERSION_MAJOR = "0"
BIGTABLE_CLIENT_VERSION_MINOR = "8"
BIGTABLE_CLIENT_VERSION_PATCH = "0"
BIGTABLE_CLIENT_VERSION_PATCH = "1"
2 changes: 1 addition & 1 deletion google/cloud/google_cloud_cpp_common_version.bzl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
GOOGLE_CLOUD_CPP_IS_RELEASE = "yes"
GOOGLE_CLOUD_CPP_VERSION_MAJOR = "0"
GOOGLE_CLOUD_CPP_VERSION_MINOR = "6"
GOOGLE_CLOUD_CPP_VERSION_PATCH = "0"
GOOGLE_CLOUD_CPP_VERSION_PATCH = "1"
2 changes: 1 addition & 1 deletion google/cloud/storage/CMakeLists.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# This should be included from the top level CMakeLists file
set(STORAGE_CLIENT_VERSION_MAJOR 0)
set(STORAGE_CLIENT_VERSION_MINOR 6)
set(STORAGE_CLIENT_VERSION_PATCH 0)
set(STORAGE_CLIENT_VERSION_PATCH 1)

set(DOXYGEN_PROJECT_NAME "Google Cloud Storage C++ Client")
set(DOXYGEN_PROJECT_BRIEF "A C++ Client Library for Google Cloud Storage")
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/storage/storage_client_version.bzl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

STORAGE_CLIENT_VERSION_MAJOR = "0"
STORAGE_CLIENT_VERSION_MINOR = "6"
STORAGE_CLIENT_VERSION_PATCH = "0"
STORAGE_CLIENT_VERSION_PATCH = "1"

Back | FazBrowse Home | New Git URL