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
@@ -1,6 +1,6 @@
{
"packages/google-cloud-workloadidentity": "0.1.0",
"packages/google-cloud-ftp": "0.1.0",
"packages/google-crc32c": "1.8.0",
"packages/google-crc32c": "1.8.1",
"preview-packages/google-cloud-compute": "1.51.0-preview.1"
}
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2270,7 +2270,7 @@ libraries:
metadata_name_override: workstations
default_version: v1
- name: google-crc32c
version: 1.8.0
version: 1.8.1
python:
library_type: OTHER
- name: google-developer-knowledge
Expand Down
12 changes: 12 additions & 0 deletions packages/google-crc32c/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [1.8.1](https://github.com/googleapis/google-cloud-python/compare/google-crc32c-v1.8.0...google-crc32c-v1.8.1) (2026-08-25)


### Bug Fixes

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


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

## [1.8.0](https://github.com/googleapis/python-crc32c/compare/v1.7.1...v1.8.0) (2025-12-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-crc32c/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "google-crc32c"
version = "1.8.0"
version = "1.8.1"
description = "A python wrapper of the C library 'Google CRC32C'"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
Loading