Skip to content

Commit 0f19736

Browse files
chore(release): prepare for publishing
1 parent 7426072 commit 0f19736

File tree

30 files changed

+249
-146
lines changed

30 files changed

+249
-146
lines changed

Cargo.lock

Lines changed: 36 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ironrdp-acceptor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [[0.7.1](https://github.com/Devolutions/IronRDP/compare/ironrdp-acceptor-v0.7.0...ironrdp-acceptor-v0.7.1)] - 2025-11-25
10+
11+
12+
913
## [[0.6.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-acceptor-v0.5.0...ironrdp-acceptor-v0.6.0)] - 2025-07-08
1014

1115
### <!-- 1 -->Features

crates/ironrdp-acceptor/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ironrdp-acceptor"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
readme = "README.md"
55
description = "State machines to drive an RDP connection acceptance sequence"
66
edition.workspace = true
@@ -19,7 +19,7 @@ test = false
1919
ironrdp-core = { path = "../ironrdp-core", version = "0.1", features = ["alloc"] } # public
2020
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.6" } # public
2121
ironrdp-svc = { path = "../ironrdp-svc", version = "0.5" } # public
22-
ironrdp-connector = { path = "../ironrdp-connector", version = "0.7" } # public
22+
ironrdp-connector = { path = "../ironrdp-connector", version = "0.8" } # public
2323
ironrdp-async = { path = "../ironrdp-async", version = "0.7" } # public
2424
tracing = { version = "0.1", features = ["log"] }
2525

crates/ironrdp-async/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [[0.7.1](https://github.com/Devolutions/IronRDP/compare/ironrdp-async-v0.7.0...ironrdp-async-v0.7.1)] - 2025-11-25
10+
11+
12+
913
## [[0.3.2](https://github.com/Devolutions/IronRDP/compare/ironrdp-async-v0.3.1...ironrdp-async-v0.3.2)] - 2025-03-12
1014

1115
### <!-- 7 -->Build

crates/ironrdp-async/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ironrdp-async"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
readme = "README.md"
55
description = "Provides `Future`s wrapping the IronRDP state machines conveniently"
66
edition.workspace = true
@@ -16,7 +16,7 @@ doctest = false
1616
test = false
1717

1818
[dependencies]
19-
ironrdp-connector = { path = "../ironrdp-connector", version = "0.7" } # public
19+
ironrdp-connector = { path = "../ironrdp-connector", version = "0.8" } # public
2020
ironrdp-core = { path = "../ironrdp-core", version = "0.1", features = ["alloc"] } # public
2121
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.6" } # public
2222
tracing = { version = "0.1", features = ["log"] }

0 commit comments

Comments
 (0)