Skip to content

Commit

Permalink
chore(main): release 1.3.0 (#125)
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 49c63ee commit 96d0a26
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.8"
".": "1.3.0"
}
12 changes: 12 additions & 0 deletions packages/google-cloud-source-context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.3.0](https://github.com/googleapis/python-source-context/compare/v1.2.8...v1.3.0) (2022-12-15)


### Features

* Add support for `google.cloud.source_context.__version__` ([f6fd32c](https://github.com/googleapis/python-source-context/commit/f6fd32cd17bb36b3c002fbd3177ce267ddfdfc91))


### Bug Fixes

* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([#126](https://github.com/googleapis/python-source-context/issues/126)) ([665ad9f](https://github.com/googleapis/python-source-context/commit/665ad9f76d0e826b45ce63bd68ded249bcb08c17))

## [1.2.8](https://github.com/googleapis/python-source-context/compare/v1.2.7...v1.2.8) (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.2.8" # {x-release-please-version}
__version__ = "1.3.0" # {x-release-please-version}
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.2.8" # {x-release-please-version}
__version__ = "1.3.0" # {x-release-please-version}

0 comments on commit 96d0a26

Please sign in to comment.