8000 Prepare v1.0.0 release · reactphp/event-loop@0266aff · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 0266aff

Browse files
committed
Prepare v1.0.0 release
1 parent 228178a commit 0266aff

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.0.0 (2018-07-11)
4+
5+
* First stable LTS release, now following [SemVer](https://semver.org/).
6+
We'd like to emphasize that this component is production ready and battle-tested.
7+
We plan to support all long-term support (LTS) releases for at least 24 months,
8+
so you have a rock-solid foundation to build on top of.
9+
10+
> Contains no other changes, so it's actually fully compatible with the v0.5.3 release.
11+
312
## 0.5.3 (2018-07-09)
413

514
* Improve performance by importing global functions.

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -658,10 +658,11 @@ to remove a stream that was never added or is invalid has no effect.
658658
The recommended way to install this library is [through Composer](https://getcomposer.org).
659659
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
660660

661+
This project follows [SemVer](https://semver.org/).
661662
This will install the latest supported version:
662663

663664
```bash
664-
$ composer require react/event-loop:^0.5.3
665+
$ composer require react/event-loop:^1.0
665666
```
666667

667668
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)
0