diff --git a/package.xml b/package.xml index 263b0f0..030f61f 100644 --- a/package.xml +++ b/package.xml @@ -10,10 +10,10 @@ coding.nikazu@gmail.com yes - 2021-07-01 + 2021-08-04 - 0.1.3 + 0.1.4 0.1.0 @@ -22,12 +22,10 @@ BSD-3 License - ## Features - - support oauthbearer mechanism (#47, #48, #49) ## Bugfixes - - fix for PHP 8.1 (#52) + - fix for PHP 8.1 (#54, @remicollet) ## Internals - - cleanup and refactor (#43, #44, #45, #46) + - add all sources to package.xml (#54, @remicollet) @@ -116,6 +114,27 @@ simple_kafka_client + + 2021-07-01 + + + 0.1.3 + 0.1.0 + + + stable + stable + + BSD-3 License + + ## Features + - support oauthbearer mechanism (#47, #48, #49) + ## Bugfixes + - fix for PHP 8.1 (#52) + ## Internals + - cleanup and refactor (#43, #44, #45, #46) + + 2021-04-12 diff --git a/php_simple_kafka_client_int.h b/php_simple_kafka_client_int.h index b8b7ef1..0b5f242 100644 --- a/php_simple_kafka_client_int.h +++ b/php_simple_kafka_client_int.h @@ -143,7 +143,7 @@ extern zend_object_handlers kafka_default_object_handlers; #define phpext_kafka_ptr &simple_kafka_client_module_entry -#define PHP_SIMPLE_KAFKA_CLIENT_VERSION "0.1.3" +#define PHP_SIMPLE_KAFKA_CLIENT_VERSION "0.1.4" static inline void kafka_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache, zval *retval, uint32_t param_count, zval params[])