Skip to content

Commit 342af14

Browse files
chore(main): release google-crc32c 1.9.0
1 parent 9630fe4 commit 342af14

4 files changed

Lines changed: 24 additions & 3 deletions

File tree

‎.release-please-individual-manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packages/google-cloud-spanner-dbapi-driver": "0.0.0",
77
"packages/google-cloud-sql": "0.1.1",
88
"packages/google-cloud-workloadidentity": "0.1.0",
9-
"packages/google-crc32c": "1.8.0",
9+
"packages/google-crc32c": "1.9.0",
1010
"packages/google-maps-mapmanagement": "0.1.1",
1111
"packages/google-shopping-merchant-loyaltycustomers": "0.1.1",
1212
"preview-packages/google-cloud-compute": "1.51.0-preview.1"

‎librarian.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2304,7 +2304,7 @@ libraries:
23042304
metadata_name_override: workstations
23052305
default_version: v1
23062306
- name: google-crc32c
2307-
version: 1.8.0
2307+
version: 1.9.0
23082308
skip_release: true
23092309
python:
23102310
library_type: OTHER

‎packages/google-crc32c/CHANGELOG.md‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
44

55
[1]: https://pypi.org/project/google-crc32c/#history
66

7+
## [1.9.0](https://github.com/googleapis/google-cloud-python/compare/google-crc32c-v1.8.0...google-crc32c-v1.9.0) (2026-09-22)
8+
9+
10+
### Features
11+
12+
* add unit and cover nox sessions and enforce 100% test coverage for ([9d2e62f](https://github.com/googleapis/google-cloud-python/commit/9d2e62faea7f812a4564c56034eb32113f41edba)), refs [#17052](https://github.com/googleapis/google-cloud-python/issues/17052)
13+
* **crc32c:** add Python 3.15 classifier ([08291df](https://github.com/googleapis/google-cloud-python/commit/08291df4d20f8742a1f139ff3b896ff8485f567d))
14+
* **crc32c:** add Python 3.15 wheel build support ([#18416](https://github.com/googleapis/google-cloud-python/issues/18416)) ([47b2845](https://github.com/googleapis/google-cloud-python/commit/47b2845c8b4113fd0633242c439d150b8f684888))
15+
* **crc32c:** add unit and cover nox sessions ([#18424](https://github.com/googleapis/google-cloud-python/issues/18424)) ([9d2e62f](https://github.com/googleapis/google-cloud-python/commit/9d2e62faea7f812a4564c56034eb32113f41edba))
16+
17+
18+
### Bug Fixes
19+
20+
* bump pip from 26.1.1 to 26.2 in /packages/google-crc32c/scripts ([#18259](https://github.com/googleapis/google-cloud-python/issues/18259)) ([ef272c7](https://github.com/googleapis/google-cloud-python/commit/ef272c7ebeef65304c441a8d5136464cc0bd202c))
21+
* **crc32c:** escape the version dot and anchor the pyenv check regex ([#17555](https://github.com/googleapis/google-cloud-python/issues/17555)) ([b6a0275](https://github.com/googleapis/google-cloud-python/commit/b6a027513422507f99662c840068249b84522a5c))
22+
23+
24+
### Documentation
25+
26+
* **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))
27+
728
## [1.8.0](https://github.com/googleapis/python-crc32c/compare/v1.7.1...v1.8.0) (2025-12-15)
829

930

‎packages/google-crc32c/pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta"
1818

1919
[project]
2020
name = "google-crc32c"
21-
version = "1.8.0"
21+
version = "1.9.0"
2222
description = "A python wrapper of the C library 'Google CRC32C'"
2323
readme = "README.md"
2424
requires-python = ">=3.10"

0 commit comments

Comments
 (0)