Skip to content

Commit 476e264

Browse files
committed
Prepare v1.0.0 release
1 parent 7f7e6c5 commit 476e264

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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.8.12 release.
11+
312
## 0.8.12 (2018-06-11)
413

514
* Feature: Improve memory consumption for failed and cancelled connection attempts.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,10 +1342,11 @@ $promise = $connector->connect('localhost:80');
13421342
The recommended way to install this library is [through Composer](https://getcomposer.org).
13431343
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
13441344

1345+
This project follows [SemVer](https://semver.org/).
13451346
This will install the latest supported version:
13461347

13471348
```bash
1348-
$ composer require react/socket:^0.8.12
1349+
$ composer require react/socket:^1.0
13491350
```
13501351

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

0 commit comments

Comments
 (0)