From d85863e26d7ee25b961ae3f3bae7517bbd8e9402 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Fri, 25 Nov 2022 10:37:57 +0100 Subject: [PATCH 1/3] Remove WIP warning from README --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index d086700..6ca877e 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,10 @@ -# [WIP] PSR Clock - -## Work in Progress! +# PSR Clock This repository holds the interface for [PSR-20][psr-url]. Note that this is not a clock of its own. It is merely an interface that describes a clock. See the specification for more details. -**CAVEAT:** This is currently **Work in Progress**! - -**Do not (I repeat: Do NOT) rely on this interface being stable!** - -**Using this as long as the PSR is not officially released happens at your own risk!** - ## Installation ```bash From 58f5113c39e6943a6b1636d2019f939cff4b7441 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Fri, 25 Nov 2022 10:39:15 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fac1db..3cd6b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 1.0.0 + +First stable release after PSR-20 acceptance + ## 0.1.0 First release From 3146f5bd494f56e24609c3189f1fd63000b008dd Mon Sep 17 00:00:00 2001 From: Andreas Heigl Date: Fri, 25 Nov 2022 15:02:59 +0100 Subject: [PATCH 3/3] Remove WIP from the composer.json description --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 30b4264..77992ed 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "psr/clock", - "description": "[WIP] Not yet accepted Common interface for reading the clock. Might change at any time without prior notice!", + "description": "Common interface for reading the clock.", "keywords": ["psr", "psr-20", "time", "clock", "now"], "homepage": "https://github.com/php-fig/clock", "license": "MIT",