Skip to content

Commit 7ac2c24

Browse files
committed
Prepare v1.0.0 release
1 parent 936101d commit 7ac2c24

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## 1.0.0 (2018-12-19)
4+
5+
* First stable release, following SemVer

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,12 +457,15 @@ $proxy = new SshProcessConnector(
457457
The recommended way to install this library is [through Composer](https://getcomposer.org).
458458
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
459459

460+
This project follows [SemVer](https://semver.org/).
460461
This will install the latest supported version:
461462

462463
```bash
463-
$ composer require clue/reactphp-ssh-proxy:dev-master
464+
$ composer require clue/reactphp-ssh-proxy:^1.0
464465
```
465466

467+
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
468+
466469
This project aims to run on any platform and thus does not require any PHP
467470
extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
468471
HHVM.

0 commit comments

Comments
 (0)