Skip to content

Commit 5340d6b

Browse files
authored
Bump to version 0.2.1 (#136)
Signed-off-by: Xuanwo <[email protected]>
1 parent fda4092 commit 5340d6b

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [v0.2.1] - 2022-03-10
9+
10+
### Added
11+
12+
- *: Implement logging support (#122)
13+
- feat(service): Add service memory read support (#121)
14+
- services: Add basic metrics (#127)
15+
- services: Add full memory support (#134)
16+
17+
### Changed
18+
19+
- benches: Refactor to support more read pattern (#126)
20+
- services: Refactor into directories (#131)
21+
22+
### Docs
23+
24+
- docs: Cover all public types and functions (#128)
25+
- docs: Update README (#129)
26+
- ci: Generate main docs to <opendal.databend.rs> (#132)
27+
- docs: Enrich README (#133)
28+
- Add examples for object (#135)
29+
830
## [v0.2.0] - 2022-03-08
931

1032
### Added
@@ -122,6 +144,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
122144

123145
Hello, OpenDAL!
124146

147+
[v0.2.1]: https://github.com/datafuselabs/opendal/compare/v0.2.0...v0.2.1
125148
[v0.2.0]: https://github.com/datafuselabs/opendal/compare/v0.1.4...v0.2.0
126149
[v0.1.4]: https://github.com/datafuselabs/opendal/compare/v0.1.3...v0.1.4
127150
[v0.1.3]: https://github.com/datafuselabs/opendal/compare/v0.1.2...v0.1.3

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["storage", "data", "s3"]
77
license = "Apache-2.0"
88
name = "opendal"
99
repository = "https://github.com/datafuselabs/opendal"
10-
version = "0.2.0"
10+
version = "0.2.1"
1111

1212
[workspace]
1313
members = ["opendal_test"]
@@ -38,12 +38,12 @@ futures = { version = "0.3", features = ["alloc"] }
3838
http = "0.2"
3939
hyper = { version = "0.14", features = ["stream"] }
4040
log = "0.4"
41+
metrics = "0.18"
4142
once_cell = "1"
4243
pin-project = "1"
4344
reqwest = "0.11"
4445
thiserror = "1"
4546
tower = "0.4"
46-
metrics = "0.18"
4747

4848
[dev-dependencies]
4949
anyhow = "1.0"

0 commit comments

Comments
 (0)