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

This commit is contained in:
devolutionsbot 2025-03-13 05:06:30 -04:00 committed by GitHub
parent b5e6f2bb4f
commit b19008c029
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 284 additions and 164 deletions

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.2](https://github.com/Devolutions/IronRDP/compare/ironrdp-async-v0.3.1...ironrdp-async-v0.3.2)] - 2025-03-12
### <!-- 7 -->Build
- Bump ironrdp-pdu
## [[0.3.1](https://github.com/Devolutions/IronRDP/compare/ironrdp-async-v0.3.0...ironrdp-async-v0.3.1)] - 2025-03-12
### <!-- 7 -->Build

View file

@ -1,6 +1,6 @@
[package]
name = "ironrdp-async"
version = "0.3.1"
version = "0.4.0"
readme = "README.md"
description = "Provides `Future`s wrapping the IronRDP state machines conveniently"
edition.workspace = true
@ -16,12 +16,11 @@ doctest = false
test = false
[dependencies]
ironrdp-connector = { path = "../ironrdp-connector", version = "0.3" }
ironrdp-core = { path = "../ironrdp-core", version = "0.1", features = ["alloc"] }
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.4" }
# ironrdp-session = { workspace = "../ironrdp-session", version = "0.2" }
ironrdp-connector = { path = "../ironrdp-connector", version = "0.4" } # public
ironrdp-core = { path = "../ironrdp-core", version = "0.1", features = ["alloc"] } # public
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.4" } # public
tracing = { version = "0.1", features = ["log"] }
bytes = "1"
bytes = "1" # public
[lints]
workspace = true