From 2002020467bebbc858f6ba51e28d0cf30f3ce387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Sun, 13 Dec 2020 16:23:47 +0100 Subject: [PATCH] Prepare v0.4.4 release --- .github/FUNDING.yml | 2 ++ CHANGELOG.md | 6 ++++++ README.md | 17 +++++++++++++++-- composer.json | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..9c09fb8 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: clue +custom: https://clue.engineering/support diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e0ec2..247ca95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.4.4 (2020-12-13) + +* Improve test suite and add `.gitattributes` to exclude dev files from exports. + Prepare PHP 8 support, update to PHPUnit 9 and simplify test matrix. + (#56, #57 and #58 by @SimonFrings and #59 by @clue) + ## 0.4.3 (2019-01-19) * Feature: Forward compatibility with ChildProcess v0.6. diff --git a/README.md b/README.md index 7d79ec6..c3c2a32 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ with PHP. **Table of contents** +* [Support us](#support-us) * [Quickstart example](#quickstart-example) * [Usage](#usage) * [Launcher](#launcher) @@ -44,6 +45,16 @@ with PHP. * [Install](#install) * [License](#license) +## Support us + +We invest a lot of time developing, maintaining and updating our awesome +open-source projects. You can help us sustain this high-quality of our work by +[becoming a sponsor on GitHub](https://github.com/sponsors/clue). Sponsors get +numerous benefits in return, see our [sponsoring page](https://github.com/sponsors/clue) +for details. + +Let's take these projects to the next level together! 🚀 + ## Quickstart example Once [installed](#install), you can use the following code to open a prompt @@ -306,7 +317,7 @@ The recommended way to install this library is [through Composer](https://getcom This will install the latest supported version: ```bash -$ composer require clue/zenity-react:^0.4.3 +$ composer require clue/zenity-react:^0.4.4 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades. @@ -354,5 +365,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. diff --git a/composer.json b/composer.json index 198ccb5..2655f00 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "authors": [ { "name": "Christian Lück", - "email": "christian@lueck.tv" + "email": "christian@clue.engineering" } ], "require": {