From 02061f639d5cb245e0e4e5255aaa1b8009a5a6c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Sun, 20 Sep 2026 00:23:20 +0200 Subject: [PATCH] Prepare v0.7.0 --- CHANGELOG.md | 4 +++- README.md | 6 +----- docs/installation.md | 6 +----- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 695b788..953aaaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog -## Unreleased +## [0.7.0] - 2026-09-20 - Initial release. + +[0.7.0]: https://github.com/altophp/code-snippet/releases/tag/v0.7.0 diff --git a/README.md b/README.md index 0c17642..9274e61 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,8 @@ echo $snippet->lines()[2]->number; // 26 ## Installation -Code Snippet is currently distributed from its development branch. Add the -repository explicitly, then require `dev-main`: - ```bash -composer config repositories.alto-code-snippet vcs https://github.com/altophp/code-snippet -composer require alto/code-snippet:dev-main +composer require alto/code-snippet ``` Code Snippet requires PHP 8.4 or later and installs `alto/language`. diff --git a/docs/installation.md b/docs/installation.md index 802f884..efe3f36 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,11 +1,7 @@ # Installation -Code Snippet is currently distributed from its development branch. Add the -repository explicitly, then require `dev-main`: - ```bash -composer config repositories.alto-code-snippet vcs https://github.com/altophp/code-snippet -composer require alto/code-snippet:dev-main +composer require alto/code-snippet ``` Code Snippet requires PHP 8.4 or later and installs `alto/language`.