Skip to content

Commit 115119d

Browse files
chore(main): release 0.3.0 (#31)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 9a4948e commit 115119d

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

packages/google-cloud-apigee-registry/CHANGELOG.md

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

3+
## [0.3.0](https://github.com/googleapis/python-apigee-registry/compare/v0.2.1...v0.3.0) (2022-09-16)
4+
5+
6+
### Features
7+
8+
* Add support for REST transport ([#30](https://github.com/googleapis/python-apigee-registry/issues/30)) ([268c41c](https://github.com/googleapis/python-apigee-registry/commit/268c41c5eff4b5453c27fa1e043d32f970b667cf))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** require google-api-core>=1.33.1,>=2.8.0 ([268c41c](https://github.com/googleapis/python-apigee-registry/commit/268c41c5eff4b5453c27fa1e043d32f970b667cf))
14+
* **deps:** require protobuf >= 3.20.1 ([268c41c](https://github.com/googleapis/python-apigee-registry/commit/268c41c5eff4b5453c27fa1e043d32f970b667cf))
15+
316
## [0.2.1](https://github.com/googleapis/python-apigee-registry/compare/v0.2.0...v0.2.1) (2022-09-01)
417

518

packages/google-cloud-apigee-registry/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "google-cloud-apigee-registry"
2323
description = "Apigee Registry API client library"
24-
version = "0.2.1"
24+
version = "0.3.0"
2525
release_status = "Development Status :: 4 - Beta"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.33.1, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",

0 commit comments

Comments
 (0)