From eff70fe2af7704b15cf675fcad663abe42034153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Thu, 26 Mar 2020 13:02:56 +0100 Subject: [PATCH] Prepare v1.1.0 release --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 11 +++++++---- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c52a88c..05ba509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 1.1.0 (2020-03-26) + +* Feature: Forward compatibility with symfony/console v5, v4, v3 and legacy v2. + (#34 by @keradus and #48 by @clue) + +* Feature / Fix: Update all dependencies and fix handling non-lowercase package names. + (#50 and #52 by @clue) + +* Improve documentation and installation instructions and add support / sponsorship info. + (#32 by @xavismeh and #43 and #49 by @clue) + +* Improve build setup, add clue/phar-composer to `require-dev`, add build script and update development docs. + (#44 by @clue) + +* Improve test suite by adding PHPUnit to `require-dev`, + support legacy PHP 5.3 through PHP 7.4 and legacy HHVM and simplify test matrix. + (#42 and #51 by @clue) + ## 1.0.0 (2015-11-17) * First stable release, now following SemVer. diff --git a/README.md b/README.md index 1eb3ed1..857df10 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ The [latest release](https://github.com/clue/graph-composer/releases/latest) can always be downloaded like this: ```bash -$ curl -OL https://lueck.tv/graph-composer-latest.phar +$ curl -JOL https://clue.engineering/graph-composer-latest.phar ``` That's it already. Once downloaded, you can verify everything works by running this: @@ -168,7 +168,7 @@ to contribute to the development of clue/graph-composer? Then this section is for you! The recommended way to install clue/graph-composer is to clone (or download) this repository -and use [Composer](http://getcomposer.org) to download its dependencies. +and use [Composer](https://getcomposer.org) to download its dependencies. Therefore you'll need PHP, Composer, GraphViz, git and curl installed. For example, on a recent Ubuntu/debian system, simply run: @@ -229,7 +229,7 @@ Happy hacking! ## Tests To run the test suite, you first need to clone this repo and then install all -dependencies [through Composer](http://getcomposer.org): +dependencies [through Composer](https://getcomposer.org): ```bash $ composer install @@ -243,4 +243,7 @@ $ php vendor/bin/phpunit ## License -MIT +This project is released under the permissive [MIT license](LICENSE). + +> Did you know that I offer custom development services and issuing invoices for + sponsorships of releases and for contributions? Contact me (@clue) for details.