[0.2.0](https://github.com/benbenbang/types-confluent-kafka/compare/0.1.0...0.2.0) (2023-08-20)
:gift: Features
* add types - topic partition and admin cli ([5](https://github.com/benbenbang/types-confluent-kafka/issues/5)) ([4c6846e](https://github.com/benbenbang/types-confluent-kafka/commit/4c6846ed6a5fbcbcbfae9cc6e8be2118f7653d0a))
* implement _util module typings ([22](https://github.com/benbenbang/types-confluent-kafka/issues/22)) ([b1b8a76](https://github.com/benbenbang/types-confluent-kafka/commit/b1b8a760289919180bba71440ef61a378e423fa7))
* implement admin acl typings ([23](https://github.com/benbenbang/types-confluent-kafka/issues/23)) ([97faac9](https://github.com/benbenbang/types-confluent-kafka/commit/97faac94cfd6492d12ec9b6f7b6575dfd5bc1a40))
* implement admin client typings ([43](https://github.com/benbenbang/types-confluent-kafka/issues/43)) ([55a5b27](https://github.com/benbenbang/types-confluent-kafka/commit/55a5b27e42e31ca6825eba78399b27ea2a4ea511))
* implement admin config typing ([29](https://github.com/benbenbang/types-confluent-kafka/issues/29)) ([b4d233c](https://github.com/benbenbang/types-confluent-kafka/commit/b4d233c1b56cb0a25da997352d2dfa24bf998198))
* implement admin group typings ([34](https://github.com/benbenbang/types-confluent-kafka/issues/34)) ([2fabdf0](https://github.com/benbenbang/types-confluent-kafka/commit/2fabdf095bca2f50786e2e651ca209e4c1919975))
* implement admin metadata typings ([30](https://github.com/benbenbang/types-confluent-kafka/issues/30)) ([351e6ef](https://github.com/benbenbang/types-confluent-kafka/commit/351e6ef3a6cc4a44fda6f8acf552268d83f5955d))
* implement admin resource typings ([24](https://github.com/benbenbang/types-confluent-kafka/issues/24)) ([a33b2ff](https://github.com/benbenbang/types-confluent-kafka/commit/a33b2ff93f318afc5c25b5b5280eb0a202b5e18a))
* implement admin scram typings ([35](https://github.com/benbenbang/types-confluent-kafka/issues/35)) ([0861a09](https://github.com/benbenbang/types-confluent-kafka/commit/0861a09b6ca1543c8a1c0cd9c4e6a53faf51c61d))
* implement consumer type ([6](https://github.com/benbenbang/types-confluent-kafka/issues/6)) ([6a32d6a](https://github.com/benbenbang/types-confluent-kafka/commit/6a32d6ae7032858de7ff8d8a8df32094e92b02e1))
* implement message and new xxx types ([1](https://github.com/benbenbang/types-confluent-kafka/issues/1)) ([ed314a3](https://github.com/benbenbang/types-confluent-kafka/commit/ed314a3660fe8878403f7c86646ee13058c99ef3))
* implement model types and prepare imports ([15](https://github.com/benbenbang/types-confluent-kafka/issues/15)) ([903b680](https://github.com/benbenbang/types-confluent-kafka/commit/903b680f3fbf94b5eb2a5383c0baa787ba18c919))
* implement producer type ([7](https://github.com/benbenbang/types-confluent-kafka/issues/7)) ([6c9049d](https://github.com/benbenbang/types-confluent-kafka/commit/6c9049db3679a785d70b10745dfe7b305d5aa464))
:hammer_and_pick: Enhancement & Maintenance
* add annotations for ordering methods ([36](https://github.com/benbenbang/types-confluent-kafka/issues/36)) ([f099e50](https://github.com/benbenbang/types-confluent-kafka/commit/f099e504f7193013e719dea504a64c1c5459db0a))
* combine semantic release with gh-cli ([55](https://github.com/benbenbang/types-confluent-kafka/issues/55)) ([a294316](https://github.com/benbenbang/types-confluent-kafka/commit/a294316499c16e03278b0b8e8a959b25d1bca1dd))
* enhance cimpl typings ([13](https://github.com/benbenbang/types-confluent-kafka/issues/13)) ([49f2591](https://github.com/benbenbang/types-confluent-kafka/commit/49f25915f3a32760f018d39ab5fcda9bb6b386b9))
* fix mypy errors ([33](https://github.com/benbenbang/types-confluent-kafka/issues/33)) ([f94a5b1](https://github.com/benbenbang/types-confluent-kafka/commit/f94a5b1a240dc7b542b06272c0a623fd695ee577))
* minor update typings and internal imports ([47](https://github.com/benbenbang/types-confluent-kafka/issues/47)) ([f7f598e](https://github.com/benbenbang/types-confluent-kafka/commit/f7f598e9fe83510d8f633c5a4ee58bbaa1634fb3))
:hotsprings: CI, Workflows & Configs
* add missing release yml ([70](https://github.com/benbenbang/types-confluent-kafka/issues/70)) ([f0f6c9b](https://github.com/benbenbang/types-confluent-kafka/commit/f0f6c9b4b7564cc31e6c50f4a081874e861a69c2))
* add mypy test and semver ([39](https://github.com/benbenbang/types-confluent-kafka/issues/39)) ([ee257ab](https://github.com/benbenbang/types-confluent-kafka/commit/ee257aba697c7f191594a8b2ef702ec155a71a88))
* add pyright test and clean up ignores ([45](https://github.com/benbenbang/types-confluent-kafka/issues/45)) ([32a0afd](https://github.com/benbenbang/types-confluent-kafka/commit/32a0afd7f868ef346d1425525f57ed2cf075e3b5))
* add semantic release workflow ([48](https://github.com/benbenbang/types-confluent-kafka/issues/48)) ([3c1584d](https://github.com/benbenbang/types-confluent-kafka/commit/3c1584d07edafaff7787417c6389df992fd0f6b5))
* prepare devcontainer configs ([67](https://github.com/benbenbang/types-confluent-kafka/issues/67)) ([dbb59cb](https://github.com/benbenbang/types-confluent-kafka/commit/dbb59cbffc6daabf5fd0a80f310818791f1d949b))
* replace strategy & matrix by literal versions ([61](https://github.com/benbenbang/types-confluent-kafka/issues/61)) ([173772b](https://github.com/benbenbang/types-confluent-kafka/commit/173772b5748f6031fc7961f272ce3e2c0eccbcb1))
* revamp release(rc) processes ([63](https://github.com/benbenbang/types-confluent-kafka/issues/63)) ([a6a38f7](https://github.com/benbenbang/types-confluent-kafka/commit/a6a38f7adfd6adf7078c2a052e2adaef221292d9))
* update and split workflows ([41](https://github.com/benbenbang/types-confluent-kafka/issues/41)) ([84adfa3](https://github.com/benbenbang/types-confluent-kafka/commit/84adfa30d8dd46ded8354c38e337f82c9b018986))
* update pre-commit hook settings and pre-release typos ([9226e70](https://github.com/benbenbang/types-confluent-kafka/commit/9226e705f9a3111bd8a399d80a7268ac38adf27e))
* update pypi index for release ([65](https://github.com/benbenbang/types-confluent-kafka/issues/65)) ([0aa6def](https://github.com/benbenbang/types-confluent-kafka/commit/0aa6def774da633af5b18896dfa14eab988447ac))
* update release note title prefix ([bef749b](https://github.com/benbenbang/types-confluent-kafka/commit/bef749ba658aae340f338373c92b9cc54404a961))
:beetle: Bug Fixes
* **ci:** update expressions in release(-rc) workflows ([59](https://github.com/benbenbang/types-confluent-kafka/issues/59)) ([0c70f25](https://github.com/benbenbang/types-confluent-kafka/commit/0c70f25857875cbbd1aaaaf722291faa9db73e02))
* update release workflow env and smrc file ([209b99d](https://github.com/benbenbang/types-confluent-kafka/commit/209b99d821ab4e9d0988013022790b4d51202d3e))
* update workflow release.yml wrong validation ([ebfa0a6](https://github.com/benbenbang/types-confluent-kafka/commit/ebfa0a68b9599c2479c60fa0fc10a1f8cf105862))
* wrong architectures in several workflows ([57](https://github.com/benbenbang/types-confluent-kafka/issues/57)) ([2c87842](https://github.com/benbenbang/types-confluent-kafka/commit/2c878429e2449d390b06a0c3f45a29ca0172baa3))