Skip to content

Commit 4468f27

Browse files
authored
create new version (#53)
1 parent d88625d commit 4468f27

File tree

2 files changed

+28
-7
lines changed

2 files changed

+28
-7
lines changed

package.xml

+27-6
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<email>[email protected]</email>
1111
<active>yes</active>
1212
</lead>
13-
<date>2021-04-12</date>
13+
<date>2021-07-01</date>
1414
<time>12:00:00</time>
1515
<version>
16-
<release>0.1.2</release>
16+
<release>0.1.3</release>
1717
<api>0.1.0</api>
1818
</version>
1919
<stability>
@@ -22,11 +22,12 @@
2222
</stability>
2323
<license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3 License</license>
2424
<notes>
25-
## Internals
26-
- add AppVeyor build (#39, @cmb69)
25+
## Features
26+
- support oauthbearer mechanism (#47, #48, #49)
2727
## Bugfixes
28-
- version and test fixes (#35, #36, @remicollet)
29-
- fix windows build (#38, #40, @cmb69)
28+
- fix for PHP 8.1 (#52)
29+
## Internals
30+
- cleanup and refactor (#43, #44, #45, #46)
3031
</notes>
3132
<contents>
3233
<dir name="/">
@@ -101,6 +102,26 @@
101102
<providesextension>simple_kafka_client</providesextension>
102103
<extsrcrelease/>
103104
<changelog>
105+
<release>
106+
<date>2021-04-12</date>
107+
<time>12:00:00</time>
108+
<version>
109+
<release>0.1.2</release>
110+
<api>0.1.0</api>
111+
</version>
112+
<stability>
113+
<release>stable</release>
114+
<api>stable</api>
115+
</stability>
116+
<license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3 License</license>
117+
<notes>
118+
## Internals
119+
- add AppVeyor build (#39, @cmb69)
120+
## Bugfixes
121+
- version and test fixes (#35, #36, @remicollet)
122+
- fix windows build (#38, #40, @cmb69)
123+
</notes>
124+
</release>
104125
<release>
105126
<date>2021-04-11</date>
106127
<time>12:00:00</time>

php_simple_kafka_client_int.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ extern zend_object_handlers kafka_default_object_handlers;
143143

144144
#define phpext_kafka_ptr &simple_kafka_client_module_entry
145145

146-
#define PHP_SIMPLE_KAFKA_CLIENT_VERSION "0.1.2"
146+
#define PHP_SIMPLE_KAFKA_CLIENT_VERSION "0.1.3"
147147

148148

149149
static inline void kafka_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache, zval *retval, uint32_t param_count, zval params[])

0 commit comments

Comments
 (0)