diff --git a/README.md b/README.md index e4b1ea2..733576f 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ by pressing the `Code` button in the banner at the top of the file. [![](https://img.shields.io/pypi/pyversions/phmutest.svg)](https://pypi.python.org/pypi/phmutest) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) -[![CI Test](https://github.com/tmarktaylor/phmutest/actions/workflows/ci.yml/badge.svg)](https://github.com/tmarktaylor/phmutest/actions/workflows/ci.yml) +[![CI](https://github.com/tmarktaylor/phmutest/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/tmarktaylor/phmutest/actions/workflows/ci.yml) [![Build status](https://ci.appveyor.com/api/projects/status/nbu1xlraoii8x377?svg=true)](https://ci.appveyor.com/project/tmarktaylor/phmutest) [![readthedocs](https://readthedocs.org/projects/phmutest/badge/?version=latest)](https://phmutest.readthedocs.io/en/latest/?badge=latest) [![codecov](https://codecov.io/gh/tmarktaylor/phmutest/coverage.svg?branch=main)](https://codecov.io/gh/tmarktaylor/phmutest?branch=main) diff --git a/docs/recent_changes.md b/docs/recent_changes.md index 471a144..dbc8e74 100644 --- a/docs/recent_changes.md +++ b/docs/recent_changes.md @@ -1,5 +1,5 @@ # Recent changes -0.0.1 - 2023-08-xx # todo- +0.0.1 - 2023-08-14 - Initial upload to Python Package Index.