Skip to content

Commit d03836a

Browse files
committed
release: v0.1.1
Signed-off-by: Runji Wang <[email protected]>
1 parent 9ddf6ca commit d03836a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.1] - 2022-09-01
10+
11+
### Changed
12+
13+
- Replace dependency `os_socketaddr` by `socket2`. #5
14+
915
## [0.1.0] - 2022-04-20
1016

1117
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-ucx"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Runji Wang <[email protected]>", "Yiyuan Liu <[email protected]>"]
55
edition = "2021"
66
description = "Asynchronous Rust bindings to UCX."

0 commit comments

Comments
 (0)