Skip to content

Commit cfae855

Browse files
chore(main): release google-cloud-spanner-dbapi-driver 0.1.0
1 parent 11bdf92 commit cfae855

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

.release-please-individual-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/google-cloud-apptopology": "0.1.0",
44
"packages/google-cloud-ftp": "0.1.0",
55
"packages/google-cloud-spanner": "3.71.0",
6-
"packages/google-cloud-spanner-dbapi-driver": "0.0.0",
6+
"packages/google-cloud-spanner-dbapi-driver": "0.1.0",
77
"packages/google-cloud-sql": "0.1.1",
88
"packages/google-cloud-workloadidentity": "0.1.0",
99
"packages/google-crc32c": "1.8.0",

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,7 @@ libraries:
20052005
metadata_name_override: spanner
20062006
default_version: v1
20072007
- name: google-cloud-spanner-dbapi-driver
2008-
version: 0.0.0
2008+
version: 0.1.0
20092009
python:
20102010
library_type: INTEGRATION
20112011
- name: google-cloud-speech
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.1.0 (2026-09-18)
4+
5+
6+
### Bug Fixes
7+
8+
* bump grpcio to 1.59.0; require Python 3.10+ ([#17351](https://github.com/googleapis/google-cloud-python/issues/17351)) ([a53487a](https://github.com/googleapis/google-cloud-python/commit/a53487a009c21912ea6c99fe3a5e0e52a26b31ef))
9+
* **ci:** run coverage report from package directory to fix path matching ([#17580](https://github.com/googleapis/google-cloud-python/issues/17580)) ([32b7833](https://github.com/googleapis/google-cloud-python/commit/32b78336a56641ecc7f5f361c3c486dc398ace0c))
10+
11+
12+
### Documentation
13+
14+
* **handwritten:** centralize CONTRIBUTING.rst pointers ([#17642](https://github.com/googleapis/google-cloud-python/issues/17642)) ([23b9499](https://github.com/googleapis/google-cloud-python/commit/23b94994bd5251493b81d91657d1f79a5d3c4b97))
15+
16+
## Changelog
17+
318
[PyPI History][1]
419

520
[1]: https://pypi.org/project/google-cloud-spanner-dbapi-driver/#history

packages/google-cloud-spanner-dbapi-driver/google/cloud/spanner_driver/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.1" # {x-release-please-version}
16+
__version__ = "0.1.0" # {x-release-please-version}

0 commit comments

Comments
 (0)