Skip to content

Commit aa10d63

Browse files
committed
Prepare v1.0.0 release
1 parent a42d149 commit aa10d63

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
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 (2019-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.6.0 release.
11+
312
## 0.6.0 (2019-07-04)
413

514
* Feature / BC break: Add support for `getMultiple()`, `setMultiple()`, `deleteMultiple()`, `clear()` and `has()`

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cache
22

3-
[![Build Status](https://secure.travis-ci.org/reactphp/cache.png?branch=master)](http://travis-ci.org/reactphp/cache)
3+
[![Build Status](https://travis-ci.org/reactphp/cache.svg?branch=master)](https://travis-ci.org/reactphp/cache)
44

55
Async, [Promise](https://github.com/reactphp/promise)-based cache interface
66
for [ReactPHP](https://reactphp.org/).
@@ -332,10 +332,11 @@ fetched from the database.
332332
The recommended way to install this library is [through Composer](https://getcomposer.org).
333333
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
334334

335+
This project follows [SemVer](https://semver.org/).
335336
This will install the latest supported version:
336337

337338
```bash
338-
$ composer require react/cache:^0.6
339+
$ composer require react/cache:^1.0
339340
```
340341

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

0 commit comments

Comments
 (0)