Skip to content

Commit

Permalink
Bump to version 2.4.7 (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
owarai committed Aug 21, 2023
1 parent 0c81e01 commit 7b1cd27
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.4.7] - 2023-08-21

### Fixes

- fix(deps): Update qingstor lib to fix listDir behavior (#392)

## [2.4.6] - 2023-07-18

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

- Hello, qsctl.

[2.4.7]: https://github.com/qingstor/qsctl/compare/v2.4.6...v2.4.7
[2.4.6]: https://github.com/qingstor/qsctl/compare/v2.4.5...v2.4.6
[2.4.5]: https://github.com/qingstor/qsctl/compare/v2.4.4...v2.4.5
[2.4.4]: https://github.com/qingstor/qsctl/compare/v2.4.3...v2.4.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.4.6"
const Version = "2.4.7"
2 changes: 1 addition & 1 deletion nfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "qsctl"
arch: "amd64"
platform: "linux"
version: "2.4.6"
version: "2.4.7"
section: "default"
priority: "extra"
maintainer: "QingStor <qingstor@yunify.com>"
Expand Down

0 comments on commit 7b1cd27

Please sign in to comment.