Skip to content

Commit 96d2a5b

Browse files
committed
Prepare v1.0.0 release
1 parent 7316e3d commit 96d2a5b

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## 1.0.0 (2018-05-25)
4+
5+
* First stable release, following SemVer
6+
7+
I'd like to thank [@geertvanbommel](https://github.com/geertvanbommel),
8+
a fellow software architect specializing in database batch processing and
9+
API development, for sponsoring the first release! 🎉
10+
Thanks to sponsors like this, who understand the importance of open source
11+
development, I can justify spending time and focus on open source development
12+
instead of traditional paid work.
13+
14+
> Did you know that I offer custom development services and issuing invoices for
15+
sponsorships of releases and for contributions? Contact me (@clue) for details.

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ much any API that already uses Promises.
4949
* [License](#license)
5050
* [More](#more)
5151

52-
> Note: This project is in an early alpha stage! Feel free to report any issues you encounter.
53-
5452
## Quickstart example
5553

5654
Once [installed](#install), you can use the following code to process an example
@@ -432,12 +430,15 @@ $uploader = new Transformer(10, function ($data) use ($http) {
432430
The recommended way to install this library is [through Composer](https://getcomposer.org).
433431
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
434432

433+
This project follows [SemVer](https://semver.org/).
435434
This will install the latest supported version:
436435

437436
```bash
438-
$ composer require clue/reactphp-flux:dev-master
437+
$ composer require clue/reactphp-flux:^1.0
439438
```
440439

440+
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
441+
441442
This project aims to run on any platform and thus does not require any PHP
442443
extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
443444
HHVM.

0 commit comments

Comments
 (0)