diff --git a/CHANGELOG.md b/CHANGELOG.md index 8556c512..5cec65db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.13 (unreleased) + +* Add PyPI and conda-forge badges to README file (Trevor James Smith, #356). + # 2.12 (2024-09-17) * Use `ruff` for linting and formatting (Anh Trinh, #347, #349). diff --git a/README.md b/README.md index a230ed93..45bb3c44 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Vulture - Find dead code +[![PyPI Version](https://img.shields.io/pypi/v/vulture.svg)](https://pypi.python.org/pypi/vulture) +[![Conda Version](https://img.shields.io/conda/vn/conda-forge/vulture.svg)](https://anaconda.org/conda-forge/vulture) ![CI:Test](https://github.com/jendrikseipp/vulture/workflows/CI/badge.svg) [![Codecov Badge](https://codecov.io/gh/jendrikseipp/vulture/branch/main/graphs/badge.svg)](https://codecov.io/gh/jendrikseipp/vulture?branch=main)