Skip to content

Commit 23c2ff5

Browse files
authored
Bump to version 0.24.5 (#1172)
Signed-off-by: Xuanwo <[email protected]> Signed-off-by: Xuanwo <[email protected]>
1 parent a3844c4 commit 23c2ff5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.24.5] - 2023-01-09
9+
10+
### Fixed
11+
12+
- fix(services/memcached): TcpStream should only accept host:port (#1170)
13+
814
## [v0.24.4] - 2023-01-09
915

1016
### Added
@@ -1178,6 +1184,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
11781184

11791185
Hello, OpenDAL!
11801186

1187+
[v0.24.5]: https://github.com/datafuselabs/opendal/compare/v0.24.4...v0.24.5
11811188
[v0.24.4]: https://github.com/datafuselabs/opendal/compare/v0.24.3...v0.24.4
11821189
[v0.24.3]: https://github.com/datafuselabs/opendal/compare/v0.24.2...v0.24.3
11831190
[v0.24.2]: https://github.com/datafuselabs/opendal/compare/v0.24.1...v0.24.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["storage", "fs", "s3", "azblob", "gcs"]
99
license = "Apache-2.0"
1010
name = "opendal"
1111
repository = "https://github.com/datafuselabs/opendal"
12-
version = "0.24.4"
12+
version = "0.24.5"
1313
# MSRV of OpenDAL. Please update this field while bump.
1414
rust-version = "1.60"
1515

0 commit comments

Comments
 (0)