From f85a93f7039e0d3d1b90d28cca2e606651d77670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 22 Sep 2022 15:19:34 +0200 Subject: [PATCH] Enhancement: Add CHANGELOG.md --- CHANGELOG.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 60 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cd9bbb4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,56 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## Unreleased + +For a full diff see [`v1.1.2...main`][v1.1.2...main]. + +### Added + +- Added `CHANGELOG.md` ([#25]), by [@localheinz] + +## [`v1.1.2`][v1.1.2] + +For a full diff see [`v1.1.1...v1.1.2`][v1.1.1...v1.1.2]. + +## [`v1.1.1`][v1.1.1] + +For a full diff see [`v1.1.0...v1.1.1`][v1.1.0...v1.1.1]. + +## [`v1.1.0`][v1.1.0] + +For a full diff see [`v1.0.2...v1.1.0`][v1.0.2...v1.1.0]. + +## [`v1.0.2`][v1.0.2] + +For a full diff see [`v1.0.1...v1.0.2`][v1.0.1...v1.0.2]. + +## [`v1.0.1`][v1.0.1] + +For a full diff see [`v1.0.0...v1.0.1`][v1.0.0...v1.0.1]. + +## [`v1.0.0`][v1.0.0] + +For a full diff see [`1091250...v1.0.0`][1091250...v1.0.0]. + +[v1.0.0]: https://github.com/teapot-php/status-code/releases/tag/v1.0.- +[v1.0.1]: https://github.com/teapot-php/status-code/releases/tag/v1.0.1 +[v1.0.2]: https://github.com/teapot-php/status-code/releases/tag/v1.0.2 +[v1.1.0]: https://github.com/teapot-php/status-code/releases/tag/v1.1.0 +[v1.1.1]: https://github.com/teapot-php/status-code/releases/tag/v1.1.1 +[v1.1.2]: https://github.com/teapot-php/status-code/releases/tag/v1.1.2 + +[1091250...v1.0.0]: https://github.com/teapot-php/status-code/compare/1091250...v1.0.0 +[v1.0.0...v1.0.1]: https://github.com/teapot-php/status-code/compare/v1.0.0...v1.0.1 +[v1.0.1...v1.0.2]: https://github.com/teapot-php/status-code/compare/v1.0.1...v1.0.2 +[v1.0.2...v1.1.0]: https://github.com/teapot-php/status-code/compare/v1.0.2...v1.1.0 +[v1.1.0...v1.1.1]: https://github.com/teapot-php/status-code/compare/v1.1.0...v1.1.1 +[v1.1.1...v1.1.2]: https://github.com/teapot-php/status-code/compare/v1.1.1...v1.1.2 +[v1.1.2...main]: https://github.com/teapot-php/status-code/compare/v1.1.2...main + +[#24]: https://github.com/teapot-php/status-code/pull/24 + +[@localheinz]: https://github.com/localheinz diff --git a/README.md b/README.md index 8d951fa..b9d3034 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,7 @@ Part of the teapot library. This is a port of all of the status codes, so the ex [twitter_img]: https://img.shields.io/badge/twitter-%40shrikeh-blue.svg "@shrikeh on Twitter" [twitter]: https://twitter.com/shrikeh + +## Changelog + +Please have a look at [`CHANGELOG.md`](CHANGELOG.md).