Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).