chore(release): prepare for publishing (#664)

This commit is contained in:
devolutionsbot
2025-02-06 21:44:04 +00:00
committed by GitHub
parent 0b5f691c1e
commit de86e2b14a
7 changed files with 24 additions and 8 deletions
Generated
+2 -2
View File
@@ -2642,7 +2642,7 @@ dependencies = [
[[package]]
name = "ironrdp-rdpsnd"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"bitflags 2.8.0",
"ironrdp-core",
@@ -2653,7 +2653,7 @@ dependencies = [
[[package]]
name = "ironrdp-rdpsnd-native"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"anyhow",
"bytemuck",
+1 -1
View File
@@ -45,7 +45,7 @@ ironrdp-pdu = { version = "0.2", path = "crates/ironrdp-pdu" }
ironrdp-rdcleanpath = { version = "0.1", path = "crates/ironrdp-rdcleanpath" }
ironrdp-rdpdr = { version = "0.1", path = "crates/ironrdp-rdpdr" }
ironrdp-rdpdr-native = { version = "0.1", path = "crates/ironrdp-rdpdr-native" }
ironrdp-rdpsnd = { version = "0.2", path = "crates/ironrdp-rdpsnd" }
ironrdp-rdpsnd = { version = "0.3", path = "crates/ironrdp-rdpsnd" }
ironrdp-rdpsnd-native = { version = "0.1", path = "crates/ironrdp-rdpsnd-native" }
ironrdp-server = { version = "0.4", path = "crates/ironrdp-server" }
ironrdp-session-generators = { path = "crates/ironrdp-session-generators" }
@@ -6,6 +6,14 @@ 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.1.3](https://github.com/Devolutions/IronRDP/compare/ironrdp-rdpsnd-native-v0.1.2...ironrdp-rdpsnd-native-v0.1.3)] - 2025-02-05
### <!-- 1 -->Features
- Add Opus audio client decoding (#661) ([ccf6348270](https://github.com/Devolutions/IronRDP/commit/ccf63482706ecfbbdc6038028ea2ee086d0e3640))
## [[0.1.2](https://github.com/Devolutions/IronRDP/compare/ironrdp-rdpsnd-native-v0.1.1...ironrdp-rdpsnd-native-v0.1.2)] - 2025-01-28
### <!-- 6 -->Documentation
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "ironrdp-rdpsnd-native"
version = "0.1.2"
version = "0.1.3"
description = "Native RDPSND static channel backend implementations for IronRDP"
edition.workspace = true
license.workspace = true
+8
View File
@@ -6,6 +6,14 @@ 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.3.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-rdpsnd-v0.2.0...ironrdp-rdpsnd-v0.3.0)] - 2025-02-05
### <!-- 1 -->Features
- New required method `get_formats` for the `RdpsndClientHandler` trait (#661) ([ccf6348270](https://github.com/Devolutions/IronRDP/commit/ccf63482706ecfbbdc6038028ea2ee086d0e3640))
## [[0.2.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-rdpsnd-v0.1.1...ironrdp-rdpsnd-v0.2.0)] - 2025-01-28
### <!-- 1 -->Features
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "ironrdp-rdpsnd"
version = "0.2.0"
version = "0.3.0"
readme = "README.md"
description = "RDPSND static channel for audio output implemented as described in MS-RDPEA"
edition.workspace = true
+3 -3
View File
@@ -114,9 +114,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "cc"
version = "1.2.11"
version = "1.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4730490333d58093109dc02c23174c3f4d490998c3fed3cc8e82d57afedb9cf"
checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
dependencies = [
"jobserver",
"libc",
@@ -402,7 +402,7 @@ dependencies = [
[[package]]
name = "ironrdp-rdpsnd"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"bitflags 2.8.0",
"ironrdp-core",