Skip to content

Commit ab08d7b

Browse files
chore(main): release google-crc32c 1.8.1
1 parent 5d82396 commit ab08d7b

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.release-please-individual-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages/google-cloud-apptopology": "0.0.0",
33
"packages/google-cloud-ftp": "0.1.0",
44
"packages/google-cloud-workloadidentity": "0.1.0",
5-
"packages/google-crc32c": "1.8.0",
5+
"packages/google-crc32c": "1.8.1",
66
"packages/google-maps-mapmanagement": "0.1.0",
77
"preview-packages/google-cloud-compute": "1.51.0-preview.1"
88
}

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2292,7 +2292,7 @@ libraries:
22922292
metadata_name_override: workstations
22932293
default_version: v1
22942294
- name: google-crc32c
2295-
version: 1.8.0
2295+
version: 1.8.1
22962296
python:
22972297
library_type: OTHER
22982298
- name: google-developer-knowledge

packages/google-crc32c/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
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-02)
8+
9+
10+
### Bug Fixes
11+
12+
* **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))
13+
14+
15+
### Documentation
16+
17+
* **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))
18+
719
## [1.8.0](https://github.com/googleapis/python-crc32c/compare/v1.7.1...v1.8.0) (2025-12-15)
820

921

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)