chore(release): prepare ironrdp-core 0.1.5 (#795)

This commit is contained in:
Benoît Cortier 2025-05-27 12:25:54 -04:00 committed by GitHub
parent aa6777b56a
commit 5e6e4e1627
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 3 deletions

2
Cargo.lock generated
View file

@ -2487,7 +2487,7 @@ dependencies = [
[[package]]
name = "ironrdp-core"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"ironrdp-error",
]

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.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

View file

@ -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

2
fuzz/Cargo.lock generated
View file

@ -307,7 +307,7 @@ dependencies = [
[[package]]
name = "ironrdp-core"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"ironrdp-error",
]