Skip to content

Commit 2bed422

Browse files
chore(main): release 0.2.0 (#160)
1 parent cea26d7 commit 2bed422

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.6...v0.2.0) (2023-12-12)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* wrap `generate_keys()` in future ([#168](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/168)) ([964deb0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/964deb05d927ac5d310b44b5962c870947f44930))
10+
11+
12+
### Dependencies
13+
14+
* Update dependency aiohttp to v3.9.1 ([#170](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/170)) ([cf44016](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/cf44016dcfd70f02b339189f8d0442fa3198ebb0))
15+
* Update dependency cryptography to v41.0.7 ([#171](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/171)) ([5d95ee2](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/5d95ee2c5bf0b5c779d4c385e1b45258ff4f6d3d))
16+
* Update dependency google-auth to v2.25.2 ([#175](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/175)) ([cea26d7](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/cea26d7eae7464b37e4497938e46b4d50ff00df5))
17+
318
## [0.1.6](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v0.1.5...v0.1.6) (2023-11-14)
419

520

google/cloud/alloydb/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.1.6"
15+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)