Skip to content

Commit

Permalink
Prepare v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Mar 26, 2020
1 parent 0cd9198 commit eff70fe
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand All @@ -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.

0 comments on commit eff70fe

Please sign in to comment.