Skip to content

Commit 22a8c89

Browse files
authored
Release 0.1.2 (#41)
* update version for new release * update package.xml
1 parent c2c0c9a commit 22a8c89

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

package.xml

+24-4
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-11</date>
13+
<date>2021-04-12</date>
1414
<time>12:00:00</time>
1515
<version>
16-
<release>0.1.1</release>
16+
<release>0.1.2</release>
1717
<api>0.1.0</api>
1818
</version>
1919
<stability>
@@ -22,9 +22,11 @@
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)
2527
## Bugfixes
26-
- fix Consumer:assign argument type (#33)
27-
- fix Producer:getTopicHandle return type (#33)
28+
- version and test fixes (#35, #36, @remicollet)
29+
- fix windows build (#38, #40, @cmb69)
2830
</notes>
2931
<contents>
3032
<dir name="/">
@@ -99,6 +101,24 @@
99101
<providesextension>simple_kafka_client</providesextension>
100102
<extsrcrelease/>
101103
<changelog>
104+
<release>
105+
<date>2021-04-11</date>
106+
<time>12:00:00</time>
107+
<version>
108+
<release>0.1.1</release>
109+
<api>0.1.0</api>
110+
</version>
111+
<stability>
112+
<release>stable</release>
113+
<api>stable</api>
114+
</stability>
115+
<license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3 License</license>
116+
<notes>
117+
## Bugfixes
118+
- fix Consumer:assign argument type (#33)
119+
- fix Producer:getTopicHandle return type (#33)
120+
</notes>
121+
</release>
102122
<release>
103123
<date>2021-04-10</date>
104124
<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.1"
146+
#define PHP_SIMPLE_KAFKA_CLIENT_VERSION "0.1.2"
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)