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

This commit is contained in:
devolutionsbot
2025-03-13 09:57:35 +00:00
committed by GitHub
parent 0705840aa5
commit 570cbe3c3f
3 changed files with 10 additions and 4 deletions
Generated
+3 -3
View File
@@ -2333,7 +2333,7 @@ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
[[package]]
name = "ironrdp"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"anyhow",
"async-trait",
@@ -5246,9 +5246,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.44.0"
version = "1.44.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a"
checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
dependencies = [
"backtrace",
"bytes",
+6
View File
@@ -6,6 +6,12 @@ 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.9.1](https://github.com/Devolutions/IronRDP/compare/ironrdp-v0.9.0...ironrdp-v0.9.1)] - 2025-03-13
### <!-- 6 -->Documentation
- Fix documentation build (#700) ([0705840aa5](https://github.com/Devolutions/IronRDP/commit/0705840aa51bc920e76f0cf1fce06b29733c6e2d))
## [[0.9.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-v0.8.0...ironrdp-v0.9.0)] - 2025-03-12
### <!-- 7 -->Build
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "ironrdp"
version = "0.9.0"
version = "0.9.1"
readme = "README.md"
description = "A meta crate re-exporting IronRDP crates for convenience"
edition.workspace = true