Skip to content

Commit

Permalink
Bump to version 0.24.5 (#1172)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Jan 9, 2023
1 parent a3844c4 commit 23c2ff5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

1 comment on commit 23c2ff5

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 23c2ff5 Jan 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for opendal ready!

✅ Preview
https://opendal-92kifv68g-databend.vercel.app
https://opendal-git-refstagsv0245.vercel.app

Built with commit 23c2ff5.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.