Skip to content

Commit 94ecaa2

Browse files
chore(main): release google-crc32c 1.8.1
1 parent 3ca407b commit 94ecaa2

4 files changed

Lines changed: 16 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-ftp": "0.1.0",
44
"packages/google-cloud-sql": "0.1.1",
55
"packages/google-cloud-workloadidentity": "0.1.0",
6-
"packages/google-crc32c": "1.8.0",
6+
"packages/google-crc32c": "1.8.1",
77
"packages/google-maps-mapmanagement": "0.1.1",
88
"packages/google-shopping-merchant-loyaltycustomers": "0.1.1",
99
"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
@@ -2294,7 +2294,7 @@ libraries:
22942294
metadata_name_override: workstations
22952295
default_version: v1
22962296
- name: google-crc32c
2297-
version: 1.8.0
2297+
version: 1.8.1
22982298
python:
22992299
library_type: OTHER
23002300
- name: google-developer-knowledge

packages/google-crc32c/CHANGELOG.md

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

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

7+
## [1.8.1](https://github.com/googleapis/google-cloud-python/compare/google-crc32c-v1.8.0...google-crc32c-v1.8.1) (2026-09-08)
8+
9+
10+
### Bug Fixes
11+
12+
* 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))
13+
* **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))
14+
15+
16+
### Documentation
17+
18+
* **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))
19+
720
## [1.8.0](https://github.com/googleapis/python-crc32c/compare/v1.7.1...v1.8.0) (2025-12-15)
821

922

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.8.1"
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)