Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#96)
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] authored Dec 15, 2022
1 parent 7dd8c09 commit 689be53
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-common/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.6"
".": "1.1.0"
}
12 changes: 12 additions & 0 deletions packages/google-cloud-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://github.com/googleapis/python-cloud-common/compare/v1.0.6...v1.1.0) (2022-12-15)


### Features

* Add support for `google.cloud.common.__version__` ([0d9d45f](https://github.com/googleapis/python-cloud-common/commit/0d9d45f96fa52e70d16ef9488b3548e5e7f8bb05))


### Bug Fixes

* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([#97](https://github.com/googleapis/python-cloud-common/issues/97)) ([6464998](https://github.com/googleapis/python-cloud-common/commit/6464998254db8e37b866211700e168b6cd382766))

## [1.0.6](https://github.com/googleapis/python-cloud-common/compare/v1.0.5...v1.0.6) (2022-10-07)


Expand Down
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.0.6" # {x-release-please-version}
__version__ = "1.1.0" # {x-release-please-version}

0 comments on commit 689be53

Please sign in to comment.