Skip to content

Commit

Permalink
Bump to version 2.0.0-alpha.7 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Jul 15, 2019
1 parent f764f3c commit 4358e8a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [2.0.0-alpha.7] - 2019-07-15

### Added

- action/stat: Add format support for stat (#95)

### Fixed

- cmd/stat: Use fmt.Println instead to print to stdout (#94)

## [2.0.0-alpha.6] - 2019-07-14

### Added
Expand Down Expand Up @@ -323,6 +333,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

- Hello, qsctl.

[2.0.0-alpha.7]: https://github.com/yunify/qsctl/compare/v2.0.0-alpha.6...v2.0.0-alpha.7
[2.0.0-alpha.6]: https://github.com/yunify/qsctl/compare/v2.0.0-alpha.5...v2.0.0-alpha.6
[2.0.0-alpha.5]: https://github.com/yunify/qsctl/compare/v2.0.0-alpha.4...v2.0.0-alpha.5
[2.0.0-alpha.4]: https://github.com/yunify/qsctl/compare/v2.0.0-alpha.3...v2.0.0-alpha.4
Expand Down
2 changes: 1 addition & 1 deletion constants/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package constants

// Version is the version for qsctl
const Version = "2.0.0-alpha.6"
const Version = "2.0.0-alpha.7"

0 comments on commit 4358e8a

Please sign in to comment.