Skip to content

Commit 87d61f7

Browse files
chore(release): prepare for publishing
1 parent f21470c commit 87d61f7

28 files changed

Lines changed: 184 additions & 80 deletions

File tree

Cargo.lock

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

crates/ironrdp-ainput/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.6.1](https://github.com/Devolutions/IronRDP/compare/ironrdp-ainput-v0.6.0...ironrdp-ainput-v0.6.1)] - 2026-06-02
10+
11+
12+
913
## [[0.6.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-ainput-v0.5.0...ironrdp-ainput-v0.6.0)] - 2026-05-27
1014

1115
### <!-- 4 -->Bug Fixes

crates/ironrdp-ainput/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-ainput"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
readme = "README.md"
55
description = "AInput dynamic channel implementation"
66
edition.workspace = true
@@ -18,7 +18,7 @@ test = false
1818

1919
[dependencies]
2020
ironrdp-core = { path = "../ironrdp-core", version = "0.2" } # public
21-
ironrdp-dvc = { path = "../ironrdp-dvc", version = "0.6" } # public
21+
ironrdp-dvc = { path = "../ironrdp-dvc", version = "0.7" } # public
2222
bitflags = "2.11"
2323
num-derive.workspace = true # TODO: remove
2424
num-traits.workspace = true # TODO: remove

crates/ironrdp-displaycontrol/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.6.1](https://github.com/Devolutions/IronRDP/compare/ironrdp-displaycontrol-v0.6.0...ironrdp-displaycontrol-v0.6.1)] - 2026-06-02
10+
11+
12+
913
## [[0.6.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-displaycontrol-v0.5.0...ironrdp-displaycontrol-v0.6.0)] - 2026-05-27
1014

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

crates/ironrdp-displaycontrol/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-displaycontrol"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
readme = "README.md"
55
description = "Display control dynamic channel extension implementation"
66
edition.workspace = true
@@ -18,7 +18,7 @@ test = false
1818

1919
[dependencies]
2020
ironrdp-core = { path = "../ironrdp-core", version = "0.2" } # public
21-
ironrdp-dvc = { path = "../ironrdp-dvc", version = "0.6" } # public
21+
ironrdp-dvc = { path = "../ironrdp-dvc", version = "0.7" } # public
2222
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.8" } # public
2323
ironrdp-svc = { path = "../ironrdp-svc", version = "0.7" } # public
2424
tracing = { version = "0.1", features = ["log"] }

crates/ironrdp-dvc-com-plugin/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.1.2](https://github.com/Devolutions/IronRDP/compare/ironrdp-dvc-com-plugin-v0.1.1...ironrdp-dvc-com-plugin-v0.1.2)] - 2026-06-02
10+
11+
12+
913
## [[0.1.1](https://github.com/Devolutions/IronRDP/compare/ironrdp-dvc-com-plugin-v0.1.0...ironrdp-dvc-com-plugin-v0.1.1)] - 2026-05-27
1014

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

crates/ironrdp-dvc-com-plugin/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-dvc-com-plugin"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
readme = "README.md"
55
description = "DVC COM client plugin loader for IronRDP (Windows)"
66
edition.workspace = true
@@ -21,7 +21,7 @@ test = false
2121
[target.'cfg(windows)'.dependencies]
2222
ironrdp-core = { path = "../ironrdp-core", version = "0.2" }
2323
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.8" }
24-
ironrdp-dvc = { path = "../ironrdp-dvc", version = "0.6" }
24+
ironrdp-dvc = { path = "../ironrdp-dvc", version = "0.7" }
2525
ironrdp-svc = { path = "../ironrdp-svc", version = "0.7" }
2626
tracing = { version = "0.1", features = ["log"] }
2727
windows = { version = "0.62", features = [

0 commit comments

Comments
 (0)