From e755faabfe7f62726f1fd05fa080e7b52e8accf4 Mon Sep 17 00:00:00 2001 From: devolutionsbot <31221910+devolutionsbot@users.noreply.github.com> Date: Sun, 15 Dec 2024 08:19:45 -0500 Subject: [PATCH] chore(release): prepare for publishing --- Cargo.lock | 4 ++-- crates/ironrdp-rdpsnd-native/CHANGELOG.md | 9 +++++++++ crates/ironrdp-rdpsnd-native/Cargo.toml | 2 +- crates/ironrdp/CHANGELOG.md | 12 ++++++++++++ crates/ironrdp/Cargo.toml | 2 +- 5 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 crates/ironrdp-rdpsnd-native/CHANGELOG.md diff --git a/Cargo.lock b/Cargo.lock index e18716e06..a7b374db9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2306,7 +2306,7 @@ checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" [[package]] name = "ironrdp" -version = "0.7.1" +version = "0.7.2" dependencies = [ "anyhow", "async-trait", @@ -2628,7 +2628,7 @@ dependencies = [ [[package]] name = "ironrdp-rdpsnd-native" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "cpal", diff --git a/crates/ironrdp-rdpsnd-native/CHANGELOG.md b/crates/ironrdp-rdpsnd-native/CHANGELOG.md new file mode 100644 index 000000000..a31cf5ae3 --- /dev/null +++ b/crates/ironrdp-rdpsnd-native/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + + diff --git a/crates/ironrdp-rdpsnd-native/Cargo.toml b/crates/ironrdp-rdpsnd-native/Cargo.toml index 859ba22f8..ae8e5b6c7 100644 --- a/crates/ironrdp-rdpsnd-native/Cargo.toml +++ b/crates/ironrdp-rdpsnd-native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironrdp-rdpsnd-native" -version = "0.1.0" +version = "0.1.1" description = "Native RDPSND static channel backend implementations for IronRDP" edition.workspace = true license.workspace = true diff --git a/crates/ironrdp/CHANGELOG.md b/crates/ironrdp/CHANGELOG.md index 5ba39c241..122f1de5e 100644 --- a/crates/ironrdp/CHANGELOG.md +++ b/crates/ironrdp/CHANGELOG.md @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [[0.7.2](https://github.com/Devolutions/IronRDP/compare/ironrdp-v0.7.1...ironrdp-v0.7.2)] - 2024-12-15 + +### Documentation + +- _ironrdp_: fix server example (#616) ([02c6fd5dfe](https://github.com/Devolutions/IronRDP/commit/02c6fd5dfe142b7cc6f15cb17292504657818498)) + + The rt-multi-thread feature of tokio is not enabled when compiling the + example alone (without feature unification from other crates of the + workspace). + + + ## [[0.7.1](https://github.com/Devolutions/IronRDP/compare/ironrdp-v0.7.0...ironrdp-v0.7.1)] - 2024-12-14 ### Other diff --git a/crates/ironrdp/Cargo.toml b/crates/ironrdp/Cargo.toml index b69ce805e..9a37b4298 100644 --- a/crates/ironrdp/Cargo.toml +++ b/crates/ironrdp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironrdp" -version = "0.7.1" +version = "0.7.2" readme = "README.md" description = "A meta crate re-exporting IronRDP crates for convenience" edition.workspace = true