Skip to content

Commit

Permalink
chore(main): release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 30, 2023
1 parent 8121df6 commit 8780238
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Dependencies

* Update dependency cryptography to v41.0.5 ([#144](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/144)) ([01c6307](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/01c6307cc5b870275b39cfc91406df95b3ca5d47))
* Update dependency pytest to v7.4.3 ([#145](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/145)) ([9f4ce0c](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/9f4ce0cf50c757c15aa768b26162819d2dd9817f))
* Update dependency SQLAlchemy to v2.0.22 ([#138](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/138)) ([3529937](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/3529937818d1572a51d65f2735531f716d548d8f))
* Update github/codeql-action action to v2.22.4 ([#137](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/137)) ([7518330](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/75183305b88c3954cd896221c9835b788ea0a607))
* Update github/codeql-action action to v2.22.5 ([#147](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/147)) ([8121df6](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/8121df69e168a827dbcc5f9c23297977f098f4eb))
* Update ossf/scorecard-action action to v2.3.1 ([#142](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/142)) ([46aeddc](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/46aeddcc68b966ac39b7dfbf794f552206f979f5))

## [0.1.5](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.4...v0.1.5) (2023-10-09)


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.5"
__version__ = "0.1.6"

0 comments on commit 8780238

Please sign in to comment.