Skip to content

Commit

Permalink
chore(main): release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 10, 2023
1 parent 9d05d5f commit dc64975
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.2](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.1...v0.1.2) (2023-07-10)


### Dependencies

* Update actions/checkout action to v3.5.3 ([#67](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/67)) ([1eac150](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/1eac15040498953b26fa546c7263f7a116aad3f5))
* Update dependency google-auth to v2.21.0 ([#65](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/65)) ([3f98082](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/3f9808283d9983e0f7f02a814d3360582ae0656e))
* Update dependency pg8000 to v1.29.8 ([#62](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/62)) ([9ca943d](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/9ca943d89125a4bf220a3b54358514500c474f74))
* Update dependency pytest to v7.4.0 ([#64](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/64)) ([92647fd](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/92647fdd999d066e41cff0d92b4fe2cd608f3f5f))
* Update dependency SQLAlchemy to v2.0.18 ([#66](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/66)) ([4870d31](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/4870d31fb256c7a5adfa2632be717621b0ee99ff))
* Update github/codeql-action action to v2.20.3 ([#69](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/69)) ([9d05d5f](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/9d05d5f522b2462750f80d43d56911a61b6ebde6))
* Update ossf/scorecard-action action to v2.2.0 ([#68](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/68)) ([d740197](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/d740197beb0c02f947011776c4c3e30aa5a2aecd))

## [0.1.1](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.0...v0.1.1) (2023-06-08)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/alloydb/connector/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.1.2-dev"
__version__ = "0.1.2"

0 comments on commit dc64975

Please sign in to comment.