Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-individual-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/google-cloud-apptopology": "0.1.0",
"packages/google-cloud-ftp": "0.1.0",
"packages/google-cloud-spanner": "3.71.0",
"packages/google-cloud-spanner-dbapi-driver": "0.0.0",
"packages/google-cloud-spanner-dbapi-driver": "0.1.0",
"packages/google-cloud-sql": "0.1.1",
"packages/google-cloud-workloadidentity": "0.1.0",
"packages/google-crc32c": "1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2005,7 +2005,7 @@ libraries:
metadata_name_override: spanner
default_version: v1
- name: google-cloud-spanner-dbapi-driver
version: 0.0.0
version: 0.1.0
python:
library_type: INTEGRATION
- name: google-cloud-speech
Expand Down
15 changes: 15 additions & 0 deletions packages/google-cloud-spanner-dbapi-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.1.0 (2026-09-18)


### Bug Fixes

* 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))
* **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))


### Documentation

* **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))

## Changelog

[PyPI History][1]

[1]: https://pypi.org/project/google-cloud-spanner-dbapi-driver/#history
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.1" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Loading