Skip to content

Commit 8826b5c

Browse files
authored
create new release 0.1.4 (#55)
* create new release 0.1.4 * update release info
1 parent b27868f commit 8826b5c

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

package.xml

+25-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-07-01</date>
13+
<date>2021-08-04</date>
1414
<time>12:00:00</time>
1515
<version>
16-
<release>0.1.3</release>
16+
<release>0.1.4</release>
1717
<api>0.1.0</api>
1818
</version>
1919
<stability>
@@ -22,12 +22,10 @@
2222
</stability>
2323
<license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3 License</license>
2424
<notes>
25-
## Features
26-
- support oauthbearer mechanism (#47, #48, #49)
2725
## Bugfixes
28-
- fix for PHP 8.1 (#52)
26+
- fix for PHP 8.1 (#54, @remicollet)
2927
## Internals
30-
- cleanup and refactor (#43, #44, #45, #46)
28+
- add all sources to package.xml (#54, @remicollet)
3129
</notes>
3230
<contents>
3331
<dir name="/">
@@ -116,6 +114,27 @@
116114
<providesextension>simple_kafka_client</providesextension>
117115
<extsrcrelease/>
118116
<changelog>
117+
<release>
118+
<date>2021-07-01</date>
119+
<time>12:00:00</time>
120+
<version>
121+
<release>0.1.3</release>
122+
<api>0.1.0</api>
123+
</version>
124+
<stability>
125+
<release>stable</release>
126+
<api>stable</api>
127+
</stability>
128+
<license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3 License</license>
129+
<notes>
130+
## Features
131+
- support oauthbearer mechanism (#47, #48, #49)
132+
## Bugfixes
133+
- fix for PHP 8.1 (#52)
134+
## Internals
135+
- cleanup and refactor (#43, #44, #45, #46)
136+
</notes>
137+
</release>
119138
<release>
120139
<date>2021-04-12</date>
121140
<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.3"
146+
#define PHP_SIMPLE_KAFKA_CLIENT_VERSION "0.1.4"
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)