mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-07 03:29:57 +00:00
v2.6.1
This commit is contained in:
parent
13f33da280
commit
3953b00e77
16
CHANGELOG.md
16
CHANGELOG.md
@ -3,6 +3,21 @@
|
|||||||
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/).
|
||||||
|
|
||||||
|
## [2.6.1] - 2016-02-12
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Documented corrupted image MBR error.
|
||||||
|
- Show parser device status in `device` command.
|
||||||
|
- Show id a device is online in `devices` command.
|
||||||
|
- Make use of static images.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Improve analytics.
|
||||||
|
- Improve `quickstart` messages.
|
||||||
|
- Fix `device` example.
|
||||||
|
|
||||||
## [2.6.0] - 2016-01-21
|
## [2.6.0] - 2016-01-21
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@ -145,6 +160,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
- Remove outdated information from README.
|
- Remove outdated information from README.
|
||||||
|
|
||||||
|
[2.6.1]: https://github.com/resin-io/resin-cli/compare/v2.6.0...v2.6.1
|
||||||
[2.6.0]: https://github.com/resin-io/resin-cli/compare/v2.5.0...v2.6.0
|
[2.6.0]: https://github.com/resin-io/resin-cli/compare/v2.5.0...v2.6.0
|
||||||
[2.5.0]: https://github.com/resin-io/resin-cli/compare/v2.4.0...v2.5.0
|
[2.5.0]: https://github.com/resin-io/resin-cli/compare/v2.4.0...v2.5.0
|
||||||
[2.4.0]: https://github.com/resin-io/resin-cli/compare/v2.3.0...v2.4.0
|
[2.4.0]: https://github.com/resin-io/resin-cli/compare/v2.3.0...v2.4.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "resin-cli",
|
"name": "resin-cli",
|
||||||
"version": "2.6.0",
|
"version": "2.6.1",
|
||||||
"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…
x
Reference in New Issue
Block a user