Skip to content

Commit b30fdff

Browse files
chore(main): release 2.18.0 (#499)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4c36163 commit b30fdff

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "2.17.3"
2+
".": "2.18.0"
33
}
44

packages/google-cloud-python-speech/CHANGELOG.md

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

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

7+
## [2.18.0](https://github.com/googleapis/python-speech/compare/v2.17.3...v2.18.0) (2023-02-28)
8+
9+
10+
### Features
11+
12+
* Enable "rest" transport in Python for services supporting numeric enums ([a20d0f1](https://github.com/googleapis/python-speech/commit/a20d0f15a81e0ad9190f48cb4bc21b3580b7e1f0))
13+
* Voice Activity Detection - adding speech event time and speech event type ([a20d0f1](https://github.com/googleapis/python-speech/commit/a20d0f15a81e0ad9190f48cb4bc21b3580b7e1f0))
14+
715
## [2.17.3](https://github.com/googleapis/python-speech/compare/v2.17.2...v2.17.3) (2023-02-02)
816

917

packages/google-cloud-python-speech/google/cloud/speech/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__ = "2.17.3" # {x-release-please-version}
16+
__version__ = "2.18.0" # {x-release-please-version}

packages/google-cloud-python-speech/google/cloud/speech_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__ = "2.17.3" # {x-release-please-version}
16+
__version__ = "2.18.0" # {x-release-please-version}

packages/google-cloud-python-speech/google/cloud/speech_v1p1beta1/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__ = "2.17.3" # {x-release-please-version}
16+
__version__ = "2.18.0" # {x-release-please-version}

packages/google-cloud-python-speech/google/cloud/speech_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__ = "2.17.3" # {x-release-please-version}
16+
__version__ = "2.18.0" # {x-release-please-version}

0 commit comments

Comments
 (0)