From 2b40710e9d05ae2dd7ec2301b0054bf25eb3c085 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 30 Apr 2020 11:32:23 -0700 Subject: [PATCH] Changelog badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7a100d..1757802 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # sqlite-utils [![PyPI](https://img.shields.io/pypi/v/sqlite-utils.svg)](https://pypi.org/project/sqlite-utils/) +[![Changelog](https://img.shields.io/github/v/release/simonw/sqlite-utils?include_prereleases&label=changelog)](https://sqlite-utils.readthedocs.io/en/stable/changelog.html) [![Travis CI](https://travis-ci.com/simonw/sqlite-utils.svg?branch=master)](https://travis-ci.com/simonw/sqlite-utils) [![Documentation Status](https://readthedocs.org/projects/sqlite-utils/badge/?version=latest)](http://sqlite-utils.readthedocs.io/en/latest/?badge=latest) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/sqlite-utils/blob/master/LICENSE)