Skip to content

Commit

Permalink
Bump to version 3.1.0 (#501)
Browse files Browse the repository at this point in the history
* Bump to version 3.1.0

Signed-off-by: Xuanwo <[email protected]>

* Update workflows

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Feb 18, 2021
1 parent e85adaa commit 31187b4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
go: [ "1.14", "1.15" ]
go: [ "1.15", "1.16" ]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [v3.1.0] - 2021-02-18

### Added

- *: Implement proposal unify object metadata (#498)

### Changed

- cmd/definitions: Remove parsed pairs pointer (#500)

### Removed

- pkg: Remove not used storageclass package

## [v3.0.0] - 2021-01-15

### Added
Expand Down Expand Up @@ -409,7 +423,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- Add pair based option and metadata support.
- Add qingstor services.

[Unreleased]: https://github.com/Xuanwo/storage/compare/v3.0.0...HEAD
[Unreleased]: https://github.com/Xuanwo/storage/compare/v3.1.0...HEAD
[v3.1.0]: https://github.com/Xuanwo/storage/compare/v3.0.0...v3.1.0
[v3.0.0]: https://github.com/Xuanwo/storage/compare/v2.0.0...v3.0.0
[v2.0.0]: https://github.com/Xuanwo/storage/compare/v2.0.0-beta...v2.0.0
[v2.0.0-beta]: https://github.com/Xuanwo/storage/compare/v2.0.0-alpha.1...v2.0.0-beta
Expand Down
6 changes: 3 additions & 3 deletions cmd/definitions/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/aos-dev/go-storage/v3

go 1.14
go 1.15

require (
github.com/Xuanwo/templateutils v0.0.0-20201019101431-c73b871118f2
Expand Down

0 comments on commit 31187b4

Please sign in to comment.