Skip to content

Commit 4d23061

Browse files
authored
update package.xml (#34)
1 parent cb53a54 commit 4d23061

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
## Documentation
1010
Please read the documentation [here](https://php-kafka.github.io/php-simple-kafka-client.github.io/about/)
1111

12+
## Libraries
13+
- [php-kafka/php-simple-kafka-lib](https://github.com/php-kafka/php-simple-kafka-lib) a small wrapper library to make usage easier
14+
1215
## Support
1316
Join the [Slack Workspace](https://join.slack.com/t/php-kafka/shared_invite/zt-a73huj9v-Nl3n9RjGgjrE8OI4bfsH6Q) or [Gitter](https://gitter.im/php-kafka/php-simple-kafka-client)
1417

Diff for: package.xml

+21-3
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-10</date>
13+
<date>2021-04-11</date>
1414
<time>12:00:00</time>
1515
<version>
16-
<release>0.1.0</release>
16+
<release>0.1.1</release>
1717
<api>0.1.0</api>
1818
</version>
1919
<stability>
@@ -22,7 +22,9 @@
2222
</stability>
2323
<license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3 License</license>
2424
<notes>
25-
Initial release
25+
## Bugfixes
26+
- fix Consumer:assign argument type (#33)
27+
- fix Producer:getTopicHandle return type (#33)
2628
</notes>
2729
<contents>
2830
<dir name="/">
@@ -97,5 +99,21 @@
9799
<providesextension>simple_kafka_client</providesextension>
98100
<extsrcrelease/>
99101
<changelog>
102+
<release>
103+
<date>2021-04-10</date>
104+
<time>12:00:00</time>
105+
<version>
106+
<release>0.1.0</release>
107+
<api>0.1.0</api>
108+
</version>
109+
<stability>
110+
<release>stable</release>
111+
<api>stable</api>
112+
</stability>
113+
<license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3 License</license>
114+
<notes>
115+
Initial release
116+
</notes>
117+
</release>
100118
</changelog>
101119
</package>

0 commit comments

Comments
 (0)