Skip to content

Commit

Permalink
docs(readme): update GitHub badges, add pypi and compatible python
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Sep 10, 2024
1 parent c665ba1 commit 7280764
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

---

## Unreleased
## v0.3.1 (2024-09-10)

---

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<br>
<br>

[![Release][release-badge]][release-url] [![Pre-commit][pre-commit-badge]][pre-commit-url] [![Conventional Commits][conventional-badge]][conventional-url]
[![Release][release-badge]][release-url] [![Pre-commit][pre-commit-badge]][pre-commit-url] [![Conventional Commits][conventional-badge]][conventional-url] [![PYPI version][pypiversion-badge]][pypiversion-url] [![Python compatible][pypipythons-badge]][pypipythons-url]

</div>
<hr>
Expand Down Expand Up @@ -259,5 +259,9 @@ This repository is licensed under the [Apache 2.0 License](LICENSE).
[conventional-url]: https://conventionalcommits.org
[pre-commit-badge]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?style=flat-square&logo=pre-commit&logoColor=white
[pre-commit-url]: https://github.com/pre-commit/pre-commit
[pypipythons-badge]: https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/espressif/cz-plugin-espressif/master/.github/workflows/pypa-publish-pypi.yml&query=$.jobs%5B'pypi-build-publish'%5D.strategy.matrix%5B'python-version'%5D&label=Python&logo=python&color=3366ff&logoColor=ffcc00&labelColor=383838
[pypipythons-url]: https://pypi.org/project/czespressif/#files
[pypiversion-badge]: https://img.shields.io/pypi/v/czespressif?labelColor=383838
[pypiversion-url]: https://pypi.org/project/czespressif/
[release-badge]: https://img.shields.io/github/v/release/espressif/cz-plugin-espressif
[release-url]: https://github.com/espressif/cz-plugin-espressif/releases

0 comments on commit 7280764

Please sign in to comment.