From 23c2ff572465c687a74953a565d0ca6d5415f821 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Mon, 9 Jan 2023 17:00:13 +0800 Subject: [PATCH] Bump to version 0.24.5 (#1172) Signed-off-by: Xuanwo Signed-off-by: Xuanwo --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3b33531b71..fd9141a8e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [v0.24.5] - 2023-01-09 + +### Fixed + +- fix(services/memcached): TcpStream should only accept host:port (#1170) + ## [v0.24.4] - 2023-01-09 ### Added @@ -1178,6 +1184,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). Hello, OpenDAL! +[v0.24.5]: https://github.com/datafuselabs/opendal/compare/v0.24.4...v0.24.5 [v0.24.4]: https://github.com/datafuselabs/opendal/compare/v0.24.3...v0.24.4 [v0.24.3]: https://github.com/datafuselabs/opendal/compare/v0.24.2...v0.24.3 [v0.24.2]: https://github.com/datafuselabs/opendal/compare/v0.24.1...v0.24.2 diff --git a/Cargo.toml b/Cargo.toml index dc104cdee14..ca77a6502e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["storage", "fs", "s3", "azblob", "gcs"] license = "Apache-2.0" name = "opendal" repository = "https://github.com/datafuselabs/opendal" -version = "0.24.4" +version = "0.24.5" # MSRV of OpenDAL. Please update this field while bump. rust-version = "1.60"