Skip to content

Commit

Permalink
Bump to version 3.6.0 (#543)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Apr 24, 2021
1 parent 6847a93 commit e486efa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
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.6.0] - 2021-04-24

### Added

- object: Add AppendOffset for appendable object (#532)
- cmd/definitions: Add a new type byte_array (#534)
- pkg: Implement wrapper for fs.FS and http.FileSystem (#538)
- cmd/definitions: Implement AOS-40 (#541)

### Changed

- docs: Fix broken links in README (#533)
- docs/specs: Replace spaces by tab in the code in 1-error-handling (#535)

## [v3.5.0] - 2021-04-20

### Added
Expand Down Expand Up @@ -474,7 +488,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/aos-dev/go-storage/compare/v3.5.0...HEAD
[Unreleased]: https://github.com/aos-dev/go-storage/compare/v3.6.0...HEAD
[v3.6.0]: https://github.com/aos-dev/go-storage/compare/v3.5.0...v3.6.0
[v3.5.0]: https://github.com/aos-dev/go-storage/compare/v3.4.2...v3.5.0
[v3.4.2]: https://github.com/aos-dev/go-storage/compare/v3.4.1...v3.4.2
[v3.4.1]: https://github.com/aos-dev/go-storage/compare/v3.4.0...v3.4.1
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ func main() {
}
```

## Examples

All examples are maintained in <https://github.com/aos-dev/go-storage-example>.

## Sponsor

<a href="https://vercel.com?utm_source=aos-dev&utm_campaign=oss">
Expand Down

0 comments on commit e486efa

Please sign in to comment.