Skip to content

Commit

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

* docs/design: Update implemented proposal to finished

* docs: Update README
  • Loading branch information
Xuanwo authored Feb 10, 2020
1 parent 25cce41 commit 437334e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [v0.7.0] - 2020-02-10

### Added

- tests: Add bdd test for integration test (#81)
- docs/design, pkg/iowrap: Add and implement proposal 10-callback-reader (#88)

### Removed

- docs/design, services: Add and implement proposal 9-remove-storager-init (#79)-

## [v0.6.0] - 2020-01-13

### Added
Expand Down Expand Up @@ -127,7 +138,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/v0.6.0...HEAD
[Unreleased]: https://github.com/Xuanwo/storage/compare/v0.7.0...HEAD
[v0.7.0]: https://github.com/Xuanwo/storage/compare/v0.6.0...v0.7.0
[v0.6.0]: https://github.com/Xuanwo/storage/compare/v0.5.0...v0.6.0
[v0.5.0]: https://github.com/Xuanwo/storage/compare/v0.4.0...v0.5.0
[v0.4.0]: https://github.com/Xuanwo/storage/compare/v0.3.0...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ err := store.List("prefix", pairs.WithFileFunc(func(*types.Object){
ch <- o
}))
if err != nil {
log.Printf("storager listdir failed: %v", err)
log.Printf("storager list failed: %v", err)
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/design/10-callback-reader.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
author: Xuanwo <[email protected]>
status: candidate
status: finished
updated_at: 2020-02-09
---

Expand Down
2 changes: 1 addition & 1 deletion docs/design/9-remove-storager-init.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
author: Xuanwo <[email protected]>
status: candidate
status: finished
updated_at: 2020-01-16
updates: [3](./3-support-service-init-via-config-string.md)
---
Expand Down

0 comments on commit 437334e

Please sign in to comment.