From 9ada774c34b8b9939d5a83d42a798d0e4f82c843 Mon Sep 17 00:00:00 2001 From: "Val Neekman (AvidCoder)" Date: Wed, 16 Feb 2022 16:23:46 -0500 Subject: actions --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 777f6dc..ed1f80f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.0.0 + +- Enable github action + ## 5.0.2 - Enable twine publish diff --git a/README.md b/README.md index 2305794..5476fbe 100644 --- a/README.md +++ b/README.md @@ -188,8 +188,8 @@ X.Y.Z Version `MINOR` version -- when you add functionality in a backwards-compatible manner, and `PATCH` version -- when you make backwards-compatible bug fixes. -[status-image]: https://travis-ci.org/un33k/python-slugify.svg?branch=master -[status-link]: https://travis-ci.org/un33k/python-slugify +[status-image]: https://github.com/un33k/python-slugify/actions/workflows/ci.yml/badge.svg +[status-link]: https://github.com/un33k/python-slugify/actions/workflows/ci.yml [version-image]: https://img.shields.io/pypi/v/python-slugify.svg [version-link]: https://pypi.python.org/pypi/python-slugify [coverage-image]: https://coveralls.io/repos/un33k/python-slugify/badge.svg -- cgit v1.2.1