Skip to content

Commit bf9d7fe

Browse files
committed
Prepare for 0.1.1 release
1 parent ca64719 commit bf9d7fe

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## Unreleased
1010

11+
## 0.1.1 - 2025-08-21
12+
1113
### Added
1214

1315
- Exposed Socket in the public API.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dcsctp"
33
description = "An SCTP implementation for WebRTC Data Channels"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/webrtc/dcsctp"

0 commit comments

Comments
 (0)