Skip to content

Commit fcdcf71

Browse files
authored
Bump to version 0.2.0 (#115)
Signed-off-by: Xuanwo <[email protected]>
1 parent 5e62213 commit fcdcf71

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.0] - 2022-03-08
9+
10+
### Added
11+
12+
- RFC-112: Path Normalization (#112)
13+
- examples: Add more examples for services and operations (#113)
14+
15+
### Changed
16+
17+
- benches: Refactor to make code more readable (#104)
18+
- object: Refactor ObjectMode into enum (#114)
19+
820
## [v0.1.4] - 2022-03-04
921

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

111123
Hello, OpenDAL!
112124

125+
[v0.2.0]: https://github.com/datafuselabs/opendal/compare/v0.1.4...v0.2.0
113126
[v0.1.4]: https://github.com/datafuselabs/opendal/compare/v0.1.3...v0.1.4
114127
[v0.1.3]: https://github.com/datafuselabs/opendal/compare/v0.1.2...v0.1.3
115128
[v0.1.2]: https://github.com/datafuselabs/opendal/compare/v0.1.1...v0.1.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.1.4"
10+
version = "0.2.0"
1111

1212
[workspace]
1313
members = ["opendal_test"]

0 commit comments

Comments
 (0)