File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 2.13 (unreleased)
2
+
3
+ * Add PyPI and conda-forge badges to README file (Trevor James Smith, #356 ).
4
+
1
5
# 2.12 (2024-09-17)
2
6
3
7
* Use ` ruff ` for linting and formatting (Anh Trinh, #347 , #349 ).
Original file line number Diff line number Diff line change 1
1
# Vulture - Find dead code
2
2
3
+ [ ![ PyPI Version] ( https://img.shields.io/pypi/v/vulture.svg )] ( https://pypi.python.org/pypi/vulture )
4
+ [ ![ Conda Version] ( https://img.shields.io/conda/vn/conda-forge/vulture.svg )] ( https://anaconda.org/conda-forge/vulture )
3
5
![ CI: Test ] ( https://github.com/jendrikseipp/vulture/workflows/CI/badge.svg )
4
6
[ ![ Codecov Badge] ( https://codecov.io/gh/jendrikseipp/vulture/branch/main/graphs/badge.svg )] ( https://codecov.io/gh/jendrikseipp/vulture?branch=main )
5
7
You can’t perform that action at this time.
0 commit comments