Skip to content

Commit

Permalink
update package.xml (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-zh committed Apr 11, 2021
1 parent cb53a54 commit 4d23061
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
## Documentation
Please read the documentation [here](https://php-kafka.github.io/php-simple-kafka-client.github.io/about/)

## Libraries
- [php-kafka/php-simple-kafka-lib](https://github.com/php-kafka/php-simple-kafka-lib) a small wrapper library to make usage easier

## Support
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)

Expand Down
24 changes: 21 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2021-04-10</date>
<date>2021-04-11</date>
<time>12:00:00</time>
<version>
<release>0.1.0</release>
<release>0.1.1</release>
<api>0.1.0</api>
</version>
<stability>
Expand All @@ -22,7 +22,9 @@
</stability>
<license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3 License</license>
<notes>
Initial release
## Bugfixes
- fix Consumer:assign argument type (#33)
- fix Producer:getTopicHandle return type (#33)
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -97,5 +99,21 @@
<providesextension>simple_kafka_client</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2021-04-10</date>
<time>12:00:00</time>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3 License</license>
<notes>
Initial release
</notes>
</release>
</changelog>
</package>

0 comments on commit 4d23061

Please sign in to comment.