Skip to content

Commit eff70fe

Browse files
committed
Prepare v1.1.0 release
1 parent 0cd9198 commit eff70fe

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 1.1.0 (2020-03-26)
4+
5+
* Feature: Forward compatibility with symfony/console v5, v4, v3 and legacy v2.
6+
(#34 by @keradus and #48 by @clue)
7+
8+
* Feature / Fix: Update all dependencies and fix handling non-lowercase package names.
9+
(#50 and #52 by @clue)
10+
11+
* Improve documentation and installation instructions and add support / sponsorship info.
12+
(#32 by @xavismeh and #43 and #49 by @clue)
13+
14+
* Improve build setup, add clue/phar-composer to `require-dev`, add build script and update development docs.
15+
(#44 by @clue)
16+
17+
* Improve test suite by adding PHPUnit to `require-dev`,
18+
support legacy PHP 5.3 through PHP 7.4 and legacy HHVM and simplify test matrix.
19+
(#42 and #51 by @clue)
20+
321
## 1.0.0 (2015-11-17)
422

523
* First stable release, now following SemVer.

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The [latest release](https://github.com/clue/graph-composer/releases/latest) can
9494
always be downloaded like this:
9595

9696
```bash
97-
$ curl -OL https://lueck.tv/graph-composer-latest.phar
97+
$ curl -JOL https://clue.engineering/graph-composer-latest.phar
9898
```
9999

100100
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?
168168
Then this section is for you!
169169
170170
The recommended way to install clue/graph-composer is to clone (or download) this repository
171-
and use [Composer](http://getcomposer.org) to download its dependencies.
171+
and use [Composer](https://getcomposer.org) to download its dependencies.
172172
Therefore you'll need PHP, Composer, GraphViz, git and curl installed.
173173
For example, on a recent Ubuntu/debian system, simply run:
174174

@@ -229,7 +229,7 @@ Happy hacking!
229229
## Tests
230230
231231
To run the test suite, you first need to clone this repo and then install all
232-
dependencies [through Composer](http://getcomposer.org):
232+
dependencies [through Composer](https://getcomposer.org):
233233
234234
```bash
235235
$ composer install
@@ -243,4 +243,7 @@ $ php vendor/bin/phpunit
243243
244244
## License
245245
246-
MIT
246+
This project is released under the permissive [MIT license](LICENSE).
247+
248+
> Did you know that I offer custom development services and issuing invoices for
249+
sponsorships of releases and for contributions? Contact me (@clue) for details.

0 commit comments

Comments
 (0)