Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit a0fd254

Browse files
chore: release 1.1.3
1 parent 869d053 commit a0fd254

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

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

7+
### [1.1.3](https://www.github.com/googleapis/python-crc32c/compare/v1.1.2...v1.1.3) (2021-08-30)
8+
9+
10+
### Performance Improvements
11+
12+
* replace CFFI with a native C extension ([#76](https://www.github.com/googleapis/python-crc32c/issues/76)) ([b1bf461](https://www.github.com/googleapis/python-crc32c/commit/b1bf461cc0539962ac16a62860cae3cd2384cb4f))
13+
714
### [1.1.2](https://www.github.com/googleapis/python-crc32c/compare/v1.1.1...v1.1.2) (2021-01-20)
815

916

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[metadata]
1616
name = google-crc32c
17-
version = 1.1.2
17+
version = 1.1.3
1818
description = A python wrapper of the C library 'Google CRC32C'
1919
url = https://github.com/googleapis/python-crc32c
2020
long_description = file: README.md

0 commit comments

Comments
 (0)