Skip to content

Commit d8c611a

Browse files
committed
Release 1.1.0
1 parent b53bb39 commit d8c611a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
## [1.0.0](https://github.com/awesomized/crc-fast-rust/releases/tag/1.0.0) - 2025-04-10
2-
- First release for Packagist
1+
# Changes for crc-fast-php-ext
2+
3+
## [1.1.0](https://github.com/awesomized/crc-fast-php-ext/releases/tag/1.1.0) - 2025-11-10
4+
- [Add custom parameter support](https://github.com/awesomized/crc-fast-php-ext/pull/1)
5+
- [Add Windows support](https://github.com/awesomized/crc-fast-php-ext/pull/2)
6+
- [Automate Windows builds](https://github.com/awesomized/crc-fast-php-ext/pull/3)
7+
8+
## [1.0.0](https://github.com/awesomized/crc-fast-php-ext/releases/tag/1.0.0) - 2025-04-10
9+
- First release for Packagist

php_crc_fast.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern zend_module_entry crc_fast_module_entry;
2929

3030
# define phpext_crc_fast_ptr &crc_fast_module_entry
3131

32-
# define PHP_CRC_FAST_VERSION "1.0.0"
32+
# define PHP_CRC_FAST_VERSION "1.1.0"
3333

3434
# if defined(ZTS) && defined(COMPILE_DL_CRC_FAST)
3535
ZEND_TSRMLS_CACHE_EXTERN()

0 commit comments

Comments
 (0)