mirror of
https://github.com/elyby/mojang-api.git
synced 2024-11-22 21:23:07 +05:30
Prepare 0.2.0 release
This commit is contained in:
parent
77ef50bcad
commit
1bb4365e55
@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.2.0] - no date
|
## [0.2.0] - 2019-05-07
|
||||||
### Added
|
### Added
|
||||||
- This CHANGELOG.md file.
|
- This CHANGELOG.md file.
|
||||||
- `\Ely\Mojang\Api::setClient()` method to override default HTTP client.
|
- `\Ely\Mojang\Api::setClient()` method to override default HTTP client.
|
||||||
@ -34,6 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Added
|
### Added
|
||||||
- Initial implementation
|
- Initial implementation
|
||||||
|
|
||||||
[Unreleased]: https://github.com/elyby/mojang-api/compare/v0.2.0...HEAD
|
[Unreleased]: https://github.com/elyby/mojang-api/compare/0.2.0...HEAD
|
||||||
[0.2.0]: https://github.com/elyby/mojang-api/compare/v0.1.0...v0.2.0
|
[0.2.0]: https://github.com/elyby/mojang-api/compare/0.1.0...0.2.0
|
||||||
[0.1.0]: https://github.com/elyby/mojang-api/releases/tag/0.1.0
|
[0.1.0]: https://github.com/elyby/mojang-api/releases/tag/0.1.0
|
||||||
|
@ -4,10 +4,6 @@ This package provides easy access to the Minecraft related API of Mojang.
|
|||||||
The library is built on the top of the [Guzzle HTTP client](https://github.com/guzzle/guzzle),
|
The library is built on the top of the [Guzzle HTTP client](https://github.com/guzzle/guzzle),
|
||||||
has custom errors handler and automatic retry in case of problems with Mojang.
|
has custom errors handler and automatic retry in case of problems with Mojang.
|
||||||
|
|
||||||
> Please note that this is not a complete implementation of all available APIs.
|
|
||||||
If you don't find the method you need, [open Issue](https://github.com/elyby/mojang-api/issues/new)
|
|
||||||
or [submit a PR](https://github.com/elyby/mojang-api/compare) with the implementation.
|
|
||||||
|
|
||||||
[![Latest Version on Packagist][ico-version]][link-packagist]
|
[![Latest Version on Packagist][ico-version]][link-packagist]
|
||||||
[![Total Downloads][ico-downloads]][link-downloads]
|
[![Total Downloads][ico-downloads]][link-downloads]
|
||||||
[![Software License][ico-license]](LICENSE.md)
|
[![Software License][ico-license]](LICENSE.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user