diff --git a/package.xml b/package.xml index 67ed7b6..1a784f8 100644 --- a/package.xml +++ b/package.xml @@ -10,10 +10,10 @@ coding.nikazu@gmail.com yes - 2021-04-11 + 2021-04-12 - 0.1.1 + 0.1.2 0.1.0 @@ -22,9 +22,11 @@ BSD-3 License + ## Internals + - add AppVeyor build (#39, @cmb69) ## Bugfixes - - fix Consumer:assign argument type (#33) - - fix Producer:getTopicHandle return type (#33) + - version and test fixes (#35, #36, @remicollet) + - fix windows build (#38, #40, @cmb69) @@ -99,6 +101,24 @@ simple_kafka_client + + 2021-04-11 + + + 0.1.1 + 0.1.0 + + + stable + stable + + BSD-3 License + + ## Bugfixes + - fix Consumer:assign argument type (#33) + - fix Producer:getTopicHandle return type (#33) + + 2021-04-10 diff --git a/php_simple_kafka_client_int.h b/php_simple_kafka_client_int.h index 3fe40cc..f89ec5f 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.1" +#define PHP_SIMPLE_KAFKA_CLIENT_VERSION "0.1.2" static inline void kafka_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache, zval *retval, uint32_t param_count, zval params[])