Skip to content

Commit

Permalink
Bump version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bheisig committed Jun 21, 2018
1 parent 18c154e commit dccb117
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

_tbd_


## [0.6] – 2018-06-21

Happy summer time ⛱️


### Changed

Expand Down Expand Up @@ -109,7 +116,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
Initial release


[Unreleased]: https://github.com/bheisig/i-doit-api-client-php/compare/0.5...HEAD
[Unreleased]: https://github.com/bheisig/i-doit-api-client-php/compare/0.6...HEAD
[0.6]: https://github.com/bheisig/i-doit-api-client-php/compare/0.5...0.6
[0.5]: https://github.com/bheisig/i-doit-api-client-php/compare/0.4...0.5
[0.4]: https://github.com/bheisig/i-doit-api-client-php/compare/0.3...0.4
[0.3]: https://github.com/bheisig/i-doit-api-client-php/compare/0.2...0.3
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Developers must meet some more requirements:
4. Commit changes: `git commit -a -m "Bump version to $(composer config version)"`
5. Perform some tests, for example `composer ci`
6. Run unit tests: `composer phpunit`
7. Create Git tag: `git tag -s -m "Release version $(composer config version)" $(composer config version)`
7. Create Git tag: `git tag -s -a -m "Release version $(composer config version)" $(composer config version)`
8. Push changes: `git push && git push --tags`

There is already a webhook enabled to push the code from GitHub to Packagist.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ Meet these simple requirements before using the client:
It is recommended to install this client via [Composer](https://getcomposer.org/). Change to your project's root directory and fetch the latest stable version:

~~~ {.bash}
composer require "bheisig/idoitapi=>=0.5"
composer require "bheisig/idoitapi=>=0.6"
~~~

This installs version `0.5` or higher if available. Instead of sticking to a specific/minimum version you may switch to the current development branch by using `@DEV`:
This installs version `0.6` or higher if available. Instead of sticking to a specific/minimum version you may switch to the current development branch by using `@DEV`:

~~~ {.bash}
composer require "bheisig/idoitapi=@DEV"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bheisig/idoitapi",
"version": "0.5",
"version": "0.6",
"description": "Easy-to-use, but feature-rich client library for i-doit's JSON-RPC API",
"type": "library",
"keywords": ["i-doit", "cmdb", "it documentation", "api", "json-rpc"],
Expand Down

0 comments on commit dccb117

Please sign in to comment.