Skip to content

Commit

Permalink
chore(main): release 1.8.3 (#427)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jul 5, 2023
1 parent ee42abd commit fc433d7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "1.8.2"
".": "1.8.3"
}

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.8.3](https://github.com/googleapis/python-pubsublite/compare/v1.8.2...v1.8.3) (2023-07-05)


### Bug Fixes

* Add async context manager return types ([#426](https://github.com/googleapis/python-pubsublite/issues/426)) ([ee42abd](https://github.com/googleapis/python-pubsublite/commit/ee42abd6f750a9ce05b8a8d3ed3e17c98a82a187))

## [1.8.2](https://github.com/googleapis/python-pubsublite/compare/v1.8.1...v1.8.2) (2023-05-10)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/pubsublite/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.8.2" # {x-release-please-version}
__version__ = "1.8.3" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-pubsublite",
"version": "0.1.0"
"version": "1.8.3"
},
"snippets": [
{
Expand Down

0 comments on commit fc433d7

Please sign in to comment.