Skip to content

Commit 8fe59c1

Browse files
chore(release): prepare for publishing (#1340)
Co-authored-by: Benoît CORTIER <git.divisible626@passmail.com> Co-authored-by: Benoît Cortier <3809077+CBenoit@users.noreply.github.com>
1 parent 9046144 commit 8fe59c1

31 files changed

Lines changed: 282 additions & 163 deletions

File tree

Cargo.lock

Lines changed: 112 additions & 112 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ 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.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-ainput-v0.6.0...ironrdp-ainput-v0.7.0)] - 2026-06-05
10+
11+
### <!-- 7 -->Build
12+
13+
- [**breaking**] Update `ironrdp-dvc` public dependency
14+
15+
16+
917
## [[0.6.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-ainput-v0.5.0...ironrdp-ainput-v0.6.0)] - 2026-05-27
1018

1119
### <!-- 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.7.0"
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-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ qoiz = ["ironrdp/qoiz"]
2727

2828
[dependencies]
2929
# Protocols
30-
ironrdp = { path = "../ironrdp", version = "0.15", features = [
30+
ironrdp = { path = "../ironrdp", version = "0.16", features = [
3131
"session",
3232
"input",
3333
"graphics",

crates/ironrdp-displaycontrol/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ 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.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-displaycontrol-v0.6.0...ironrdp-displaycontrol-v0.7.0)] - 2026-06-05
10+
11+
### <!-- 7 -->Build
12+
13+
- [**breaking**] Update `ironrdp-dvc` public dependency
14+
15+
16+
917
## [[0.6.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-displaycontrol-v0.5.0...ironrdp-displaycontrol-v0.6.0)] - 2026-05-27
1018

1119
### <!-- 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.7.0"
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-05
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 = [

crates/ironrdp-dvc-pipe-proxy/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.4.1](https://github.com/Devolutions/IronRDP/compare/ironrdp-dvc-pipe-proxy-v0.4.0...ironrdp-dvc-pipe-proxy-v0.4.1)] - 2026-06-05
10+
11+
12+
913
## [[0.4.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-dvc-pipe-proxy-v0.3.0...ironrdp-dvc-pipe-proxy-v0.4.0)] - 2026-05-27
1014

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

crates/ironrdp-dvc-pipe-proxy/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-pipe-proxy"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
readme = "README.md"
55
description = "DVC named pipe proxy for IronRDP"
66
edition.workspace = true
@@ -19,7 +19,7 @@ test = false
1919
[dependencies]
2020
ironrdp-core = { path = "../ironrdp-core", version = "0.2" }
2121
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.8" } # public (PduResult type)
22-
ironrdp-dvc = { path = "../ironrdp-dvc", version = "0.6" }
22+
ironrdp-dvc = { path = "../ironrdp-dvc", version = "0.7" }
2323
ironrdp-svc = { path = "../ironrdp-svc", version = "0.7" } # public (SvcMessage type)
2424

2525
tracing = { version = "0.1", features = ["log"] }

0 commit comments

Comments
 (0)