Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 20, 2023
1 parent 8b0e2ae commit 6bfd5cc
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.2.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.6...v0.2.0) (2023-11-20)


### Features

* introduce compatibility with native namespace packages ([#165](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/165)) ([8b0e2ae](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/8b0e2ae022afb754fd69e73f0d606dd192b2dfa8))


### Dependencies

* Update actions/github-script action to v7.0.1 ([#162](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/162)) ([9ecd247](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/9ecd247ee8c561b6fb783f7053f521a21ab7aec8))
* Update github/codeql-action action to v2.22.7 ([#158](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/158)) ([2ec5a2d](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/2ec5a2de3345e5ca6b141944e604f0e3f21a70f7))

## [0.1.6](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.5...v0.1.6) (2023-11-14)


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.6"
__version__ = "0.2.0"

0 comments on commit 6bfd5cc

Please sign in to comment.