mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 14:13:07 +00:00
v5.8.0
This commit is contained in:
parent
65884c81a4
commit
04c2333a54
@ -3,8 +3,12 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [5.8.0] - 2017-04-26
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
- Add cloud builder output to local build
|
||||||
|
- Add nocache and tag options to resin deploy
|
||||||
- Add ability to build and deploy an image to resin's infrastructure
|
- Add ability to build and deploy an image to resin's infrastructure
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
@ -404,6 +408,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
- Remove outdated information from README.
|
- Remove outdated information from README.
|
||||||
|
|
||||||
|
[5.8.0]: https://github.com/resin-io/resin-cli/compare/v5.7.2...v5.8.0
|
||||||
[5.7.2]: https://github.com/resin-io/resin-cli/compare/v5.7.1...v5.7.2
|
[5.7.2]: https://github.com/resin-io/resin-cli/compare/v5.7.1...v5.7.2
|
||||||
[5.7.1]: https://github.com/resin-io/resin-cli/compare/v5.7.0...v5.7.1
|
[5.7.1]: https://github.com/resin-io/resin-cli/compare/v5.7.0...v5.7.1
|
||||||
[5.7.0]: https://github.com/resin-io/resin-cli/compare/v5.6.1...v5.7.0
|
[5.7.0]: https://github.com/resin-io/resin-cli/compare/v5.6.1...v5.7.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "resin-cli",
|
"name": "resin-cli",
|
||||||
"version": "5.7.2",
|
"version": "5.8.0",
|
||||||
"description": "Git Push to your devices",
|
"description": "Git Push to your devices",
|
||||||
"main": "./build/actions/index.js",
|
"main": "./build/actions/index.js",
|
||||||
"homepage": "https://github.com/resin-io/resin-cli",
|
"homepage": "https://github.com/resin-io/resin-cli",
|
||||||
|
Loading…
Reference in New Issue
Block a user