mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
chore(release): prepare ironrdp-core 0.1.5 (#795)
This commit is contained in:
parent
aa6777b56a
commit
5e6e4e1627
4 changed files with 9 additions and 3 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.1.5](https://github.com/Devolutions/IronRDP/compare/ironrdp-core-v0.1.4...ironrdp-core-v0.1.5)] - 2025-05-28
|
||||
|
||||
### Features
|
||||
|
||||
- Adds `write_padding` and `read_padding` functions/macros extracted from `ironrdp-pdu` crate
|
||||
|
||||
## [[0.1.4](https://github.com/Devolutions/IronRDP/compare/ironrdp-core-v0.1.3...ironrdp-core-v0.1.4)] - 2025-03-12
|
||||
|
||||
### <!-- 7 -->Build
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ironrdp-core"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
readme = "README.md"
|
||||
description = "IronRDP common traits and types"
|
||||
edition.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue