mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
chore(release): prepare for publishing (#699)
This commit is contained in:
parent
b5e6f2bb4f
commit
b19008c029
46 changed files with 284 additions and 164 deletions
|
@ -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.3.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-session-v0.2.3...ironrdp-session-v0.3.0)] - 2025-03-12
|
||||
|
||||
### <!-- 7 -->Build
|
||||
|
||||
- Bump ironrdp-pdu
|
||||
|
||||
## [[0.2.3](https://github.com/Devolutions/IronRDP/compare/ironrdp-session-v0.2.2...ironrdp-session-v0.2.3)] - 2025-03-12
|
||||
|
||||
### <!-- 7 -->Build
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ironrdp-session"
|
||||
version = "0.2.3"
|
||||
version = "0.3.0"
|
||||
readme = "README.md"
|
||||
description = "State machines to drive an RDP session"
|
||||
edition.workspace = true
|
||||
|
@ -16,14 +16,14 @@ doctest = false
|
|||
test = false
|
||||
|
||||
[dependencies]
|
||||
ironrdp-core = { path = "../ironrdp-core", version = "0.1" }
|
||||
ironrdp-connector = { path = "../ironrdp-connector", version = "0.3" } # TODO: at some point, this dependency could be removed (good for compilation speed)
|
||||
ironrdp-svc = { path = "../ironrdp-svc", version = "0.2" }
|
||||
ironrdp-dvc = { path = "../ironrdp-dvc", version = "0.1" }
|
||||
ironrdp-error = { path = "../ironrdp-error", version = "0.1" }
|
||||
ironrdp-graphics = { path = "../ironrdp-graphics", version = "0.2" }
|
||||
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.4", features = ["std"] }
|
||||
ironrdp-displaycontrol = { path = "../ironrdp-displaycontrol", version = "0.1" }
|
||||
ironrdp-core = { path = "../ironrdp-core", version = "0.1" } # public
|
||||
ironrdp-connector = { path = "../ironrdp-connector", version = "0.4" } # public # TODO: at some point, this dependency could be removed (good for compilation speed)
|
||||
ironrdp-svc = { path = "../ironrdp-svc", version = "0.3" } # public
|
||||
ironrdp-dvc = { path = "../ironrdp-dvc", version = "0.2" } # public
|
||||
ironrdp-error = { path = "../ironrdp-error", version = "0.1" } # public
|
||||
ironrdp-graphics = { path = "../ironrdp-graphics", version = "0.3" } # public
|
||||
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.4", features = ["std"] } # public
|
||||
ironrdp-displaycontrol = { path = "../ironrdp-displaycontrol", version = "0.2" }
|
||||
tracing = { version = "0.1", features = ["log"] }
|
||||
|
||||
[lints]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue