Skip to content

Commit d273286

Browse files
committed
Fixing issues with end-to-end not published
crate-ci/cargo-release#923 crate-ci/cargo-release#858
1 parent d1f03bf commit d273286

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
lines changed

CHANGELOG.md

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

1212
### Added
1313

14-
Added ability to create a "half-open" - preventing messages with the half-open stream id from being routed as socket messages.
15-
The JavaScript implementation does something similar.
16-
1714
### Changed
1815

19-
`UdxSocket::bind` is no longer async. It didn't need to be, but it does need have a tokio runtime running.
20-
21-
Fixes a bug where we were getting the socket address of sender wrong
22-
2316
### Removed
2417

2518

end-to-end/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
<!-- next-header -->
9+
10+
## [Unreleased] - ReleaseDate
11+
12+
### Added
13+
14+
### Changed
15+
16+
### Removed
17+
18+
19+
<!-- next-url -->
20+
[Unreleased]: https://github.com/datrs/async-udx/compare/v0.1.0...HEAD

end-to-end/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ version = "0.1.0"
44
edition = "2021"
55
publish = false
66

7+
[package.metadata.release]
8+
release = false
9+
710
[[bin]]
811
name = "pipe"
912
path = "src-rust/pipe.rs"

0 commit comments

Comments
 (0)