Skip to content

Commit 7057b6f

Browse files
chore(release): prepare for publishing
1 parent c36032f commit 7057b6f

12 files changed

Lines changed: 289 additions & 413 deletions

File tree

Cargo.lock

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

crates/ironrdp-cliprdr/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ 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-cliprdr-v0.6.0...ironrdp-cliprdr-v0.6.1)] - 2026-06-23
10+
11+
### <!-- 4 -->Bug Fixes
12+
13+
- Release outgoing locks before initiating a file copy ([#1375](https://github.com/Devolutions/IronRDP/issues/1375)) ([5d534f10a6](https://github.com/Devolutions/IronRDP/commit/5d534f10a6f62ac7a860521b4e95c8c47b754612))
14+
15+
- Lower verbosity of routine logs in library crates ([c36032f91b](https://github.com/Devolutions/IronRDP/commit/c36032f91b27390a2cd34bfb300cfbe099d847a9))
16+
17+
Library crates should not emit info! for routine, repeating operations;
18+
that floods the default logs of the final consumer, which owns the
19+
verbosity decision. Reserve info! for rare connection/session lifecycle
20+
milestones, debug! for significant one-off events, and trace! for the
21+
fine-grained detail only needed when nothing else explains a problem.
22+
23+
24+
925
## [[0.6.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-cliprdr-v0.5.0...ironrdp-cliprdr-v0.6.0)] - 2026-05-27
1026

1127
### <!-- 1 -->Features

crates/ironrdp-cliprdr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ironrdp-cliprdr"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
readme = "README.md"
55
description = "CLIPRDR static channel for clipboard implemented as described in MS-RDPECLIP"
66
edition.workspace = true

crates/ironrdp-dvc-com-plugin/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ 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.3](https://github.com/Devolutions/IronRDP/compare/ironrdp-dvc-com-plugin-v0.1.2...ironrdp-dvc-com-plugin-v0.1.3)] - 2026-06-23
10+
11+
### <!-- 4 -->Bug Fixes
12+
13+
- Lower verbosity of routine logs in library crates ([c36032f91b](https://github.com/Devolutions/IronRDP/commit/c36032f91b27390a2cd34bfb300cfbe099d847a9))
14+
15+
Library crates should not emit info! for routine, repeating operations;
16+
that floods the default logs of the final consumer, which owns the
17+
verbosity decision. Reserve info! for rare connection/session lifecycle
18+
milestones, debug! for significant one-off events, and trace! for the
19+
fine-grained detail only needed when nothing else explains a problem.
20+
21+
22+
923
## [[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
1024

1125

crates/ironrdp-dvc-com-plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ironrdp-dvc-com-plugin"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
readme = "README.md"
55
description = "DVC COM client plugin loader for IronRDP (Windows)"
66
edition.workspace = true

crates/ironrdp-dvc-pipe-proxy/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ 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.2](https://github.com/Devolutions/IronRDP/compare/ironrdp-dvc-pipe-proxy-v0.4.1...ironrdp-dvc-pipe-proxy-v0.4.2)] - 2026-06-23
10+
11+
### <!-- 4 -->Bug Fixes
12+
13+
- Lower verbosity of routine logs in library crates ([c36032f91b](https://github.com/Devolutions/IronRDP/commit/c36032f91b27390a2cd34bfb300cfbe099d847a9))
14+
15+
Library crates should not emit info! for routine, repeating operations;
16+
that floods the default logs of the final consumer, which owns the
17+
verbosity decision. Reserve info! for rare connection/session lifecycle
18+
milestones, debug! for significant one-off events, and trace! for the
19+
fine-grained detail only needed when nothing else explains a problem.
20+
21+
22+
923
## [[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
1024

1125

crates/ironrdp-dvc-pipe-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ironrdp-dvc-pipe-proxy"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
readme = "README.md"
55
description = "DVC named pipe proxy for IronRDP"
66
edition.workspace = true

crates/ironrdp-dvc/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.1](https://github.com/Devolutions/IronRDP/compare/ironrdp-dvc-v0.7.0...ironrdp-dvc-v0.7.1)] - 2026-06-23
10+
11+
### <!-- 1 -->Features
12+
13+
- Expose dynamic channel accessors ([#1368](https://github.com/Devolutions/IronRDP/issues/1368)) ([985d353543](https://github.com/Devolutions/IronRDP/commit/985d353543cf45eacfe0cc57aca86502665a3a44))
14+
15+
16+
917
## [[0.7.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-dvc-v0.6.0...ironrdp-dvc-v0.7.0)] - 2026-06-05
1018

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

crates/ironrdp-dvc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ironrdp-dvc"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
readme = "README.md"
55
description = "DRDYNVC static channel implementation and traits to implement dynamic virtual channels"
66
edition.workspace = true

crates/ironrdp-rdpsnd-native/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ 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-rdpsnd-native-v0.6.0...ironrdp-rdpsnd-native-v0.6.1)] - 2026-06-23
10+
11+
### <!-- 4 -->Bug Fixes
12+
13+
- Lower verbosity of routine logs in library crates ([c36032f91b](https://github.com/Devolutions/IronRDP/commit/c36032f91b27390a2cd34bfb300cfbe099d847a9))
14+
15+
Library crates should not emit info! for routine, repeating operations;
16+
that floods the default logs of the final consumer, which owns the
17+
verbosity decision. Reserve info! for rare connection/session lifecycle
18+
milestones, debug! for significant one-off events, and trace! for the
19+
fine-grained detail only needed when nothing else explains a problem.
20+
21+
22+
923
## [[0.6.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-rdpsnd-native-v0.5.0...ironrdp-rdpsnd-native-v0.6.0)] - 2026-05-27
1024

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

0 commit comments

Comments
 (0)