Skip to content

Commit

Permalink
Bump to version 3.5.0 (#531)
Browse files Browse the repository at this point in the history
Co-authored-by: JinnyYi <[email protected]>
  • Loading branch information
JinnyYi and JinnyYi authored Apr 20, 2021
1 parent 67db0dd commit 57fed97
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

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

### Added

- cmd/definitions: Add tests service (#518)
- cmd/definitions: Increase stablility of generated code (#526)
- types: Add UnimplementedStub to have forward compatible implementations (#524)
- pkg/iowrap: Add cancelable io wrappers (#528)

### Changed

- docs: Update README
- docs: Migrate zulip to matrix

### Fixed

- docs: Fix quick start is not runnable

## [v3.4.2] - 2021-03-16

### Added
Expand Down Expand Up @@ -456,7 +474,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.4.2...HEAD
[Unreleased]: https://github.com/aos-dev/go-storage/compare/v3.5.0...HEAD
[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
[v3.4.0]: https://github.com/aos-dev/go-storage/compare/v3.3.0...v3.4.0
Expand Down

0 comments on commit 57fed97

Please sign in to comment.