Skip to content

Commit 806cae2

Browse files
committed
Prepare v1.0.0 release
1 parent ff4f7bc commit 806cae2

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# CHANGELOG
1+
# Changelog
22

3-
This file is a manually maintained list of changes for each release. Feel free
4-
to add your changes here when sending pull requests. Also send corrections if
5-
you spot any mistakes.
3+
## 1.0.0 (2016-04-19)
4+
5+
* First stable release, now following SemVer.
6+
7+
* Improved documentation, project structure and test suite.
8+
9+
> Contains no other functional changes, so it's actually fully compatible with the v0.1.0 release.
610
711
## 0.1.0 (2014-07-11)
812

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ enriched with the comfort of [React PHP's Promises/A](https://github.com/reactph
2727
* [Install](#install)
2828
* [License](#license)
2929

30-
> Note: This project is in beta stage! Feel free to report any issues you encounter.
31-
3230
## Quickstart example
3331

3432
Once [installed](#install), you can use the following code to fetch package
@@ -128,17 +126,17 @@ The `getDescription()` method can be used to the package description.
128126

129127
## Install
130128

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

134-
```JSON
135-
{
136-
"require": {
137-
"clue/packagist-api-react": "~0.1.0"
138-
}
139-
}
132+
This will install the latest supported version:
133+
134+
```bash
135+
$ composer require clue/packagist-api-react:^1.0
140136
```
141137

138+
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
139+
142140
## License
143141

144142
MIT

0 commit comments

Comments
 (0)