8000 Prepare v1.0.0 release · clue/reactphp-multicast@fb6679f · GitHub
[go: up one dir, main page]

Skip to content

Commit fb6679f

Browse files
committed
Prepare v1.0.0 release
1 parent 14ea8f2 commit fb6679f

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.0.0 (2016-03-07)
4+
5+
* First stable release, now following SemVer
6+
* Improved documentation
7+
8+
> Contains no other changes, so it's actually fully compatible with the v0.2.0 release.
9+
310
## 0.2.0 (2015-03-26)
411

512
* Changed to use faster stream based networking API

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ Among others, multicast networking is the basis for:
2323
* [Install](#install)
2424
* [License](#license)
2525

26-
> Note: This project is in beta stage! Feel free to report any issues you encounter.
27-
2826
## Quickstart example
2927

3028
Once [installed](#install), you can use the following code to create a simple
@@ -129,14 +127,11 @@ Please refer to the [datagram documentation](https://github.com/reactphp/datagra
129127

130128
## Install
131129

132-
The recommended way to install this library is [through composer](http://getcomposer.org). [New to composer?](http://getcomposer.org/doc/00-intro.md)
130+
The recommended way to install this library is [through Composer](http://getcomposer.org).
131+
[New to Composer?](http://getcomposer.org/doc/00-intro.md)
133132

134-
```JSON
135-
{
136-
"require": {
137-
"clue/multicast-react": "~0.2.0"
138-
}
139-
}
133+
```bash
134+
$ composer require clue/multicast-react:~1.0
140135
```
141136

142137
## License

0 commit comments

Comments
 (0)
0