Skip to content

Commit

Permalink
chore(main): release 1.7.0 (#400)
Browse files Browse the repository at this point in the history
* chore(main): release 1.7.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] committed Feb 15, 2023
1 parent e341274 commit 4578e7f
Show file tree
Hide file tree
Showing 4 changed files with 22 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.6.0"
".": "1.7.0"
}

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

## [1.7.0](https://github.com/googleapis/python-pubsublite/compare/v1.6.0...v1.7.0) (2023-02-15)


### Features

* Add current state of export subscriptions to API ([bb111fd](https://github.com/googleapis/python-pubsublite/commit/bb111fd179c3c85a2ba0b886ab52db3328f86003))
* API for publish idempotence ([bb111fd](https://github.com/googleapis/python-pubsublite/commit/bb111fd179c3c85a2ba0b886ab52db3328f86003))
* Replace export subscription statuses with current state field in API ([bb111fd](https://github.com/googleapis/python-pubsublite/commit/bb111fd179c3c85a2ba0b886ab52db3328f86003))


### Bug Fixes

* Add context manager return types ([bb111fd](https://github.com/googleapis/python-pubsublite/commit/bb111fd179c3c85a2ba0b886ab52db3328f86003))


### Documentation

* Add documentation for enums ([bb111fd](https://github.com/googleapis/python-pubsublite/commit/bb111fd179c3c85a2ba0b886ab52db3328f86003))

## [1.6.0](https://github.com/googleapis/python-pubsublite/compare/v1.5.0...v1.6.0) (2022-10-06)


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.6.0" # {x-release-please-version}
__version__ = "1.7.0" # {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.7.0"
},
"snippets": [
{
Expand Down

0 comments on commit 4578e7f

Please sign in to comment.