Skip to content

Commit d39c5fe

Browse files
chore(main): release 1.8.0 (#404)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3236752 commit d39c5fe

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "1.7.0"
2+
".": "1.8.0"
33
}
44

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/googleapis/python-pubsublite/compare/v1.7.0...v1.8.0) (2023-03-21)
4+
5+
6+
### Features
7+
8+
* Publish idempotence ([#408](https://github.com/googleapis/python-pubsublite/issues/408)) ([3236752](https://github.com/googleapis/python-pubsublite/commit/3236752b71a4af9858d169de64f760a4a8995922))
9+
10+
11+
### Bug Fixes
12+
13+
* Add support for python 3.11 ([#403](https://github.com/googleapis/python-pubsublite/issues/403)) ([f60f8a8](https://github.com/googleapis/python-pubsublite/commit/f60f8a8bba9bc7054971e6c5f91c9849aaf645be))
14+
* Drop python 3.7 ([#402](https://github.com/googleapis/python-pubsublite/issues/402)) ([261b48d](https://github.com/googleapis/python-pubsublite/commit/261b48d9a8664e82a5e5e0ef2b78c58272eb81c4))
15+
316
## [1.7.0](https://github.com/googleapis/python-pubsublite/compare/v1.6.0...v1.7.0) (2023-02-15)
417

518

google/cloud/pubsublite/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.7.0" # {x-release-please-version}
16+
__version__ = "1.8.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.pubsublite.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-pubsublite",
11-
"version": "0.1.0"
11+
"version": "1.8.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)