Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 086ef14

Browse files
chore(main): release 1.10.0 (#295)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 92cb4fa commit 086ef14

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.9.1"
2+
".": "1.10.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/google-cloud-trace/#history
66

7+
## [1.10.0](https://github.com/googleapis/python-trace/compare/v1.9.1...v1.10.0) (2023-01-24)
8+
9+
10+
### Features
11+
12+
* Add Cloud Trace v2 retry defaults for BatchWriteSpans ([#294](https://github.com/googleapis/python-trace/issues/294)) ([92cb4fa](https://github.com/googleapis/python-trace/commit/92cb4fa2c1e68d717bad90eb1ae313cfa3146d30))
13+
714
## [1.9.1](https://github.com/googleapis/python-trace/compare/v1.9.0...v1.9.1) (2023-01-23)
815

916

google/cloud/trace/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.9.1" # {x-release-please-version}
16+
__version__ = "1.10.0" # {x-release-please-version}

google/cloud/trace_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.9.1" # {x-release-please-version}
16+
__version__ = "1.10.0" # {x-release-please-version}

google/cloud/trace_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.9.1" # {x-release-please-version}
16+
__version__ = "1.10.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.devtools.cloudtrace.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-trace",
11-
"version": "0.1.0"
11+
"version": "1.10.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.devtools.cloudtrace.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-trace",
11-
"version": "0.1.0"
11+
"version": "1.10.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)