From 686ba46ffe595cba38c77d929032097403465548 Mon Sep 17 00:00:00 2001 From: devolutionsbot <31221910+devolutionsbot@users.noreply.github.com> Date: Fri, 14 Aug 2026 11:36:48 -0400 Subject: [PATCH] chore(release): prepare for publishing --- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- rust/cadeau/CHANGELOG.md | 14 ++++++++++++++ rust/cadeau/Cargo.toml | 2 +- rust/xmf-sys/CHANGELOG.md | 14 ++++++++++++++ rust/xmf-sys/Cargo.toml | 2 +- 6 files changed, 33 insertions(+), 5 deletions(-) create mode 100644 rust/cadeau/CHANGELOG.md create mode 100644 rust/xmf-sys/CHANGELOG.md diff --git a/rust/Cargo.lock b/rust/Cargo.lock index ad10a96..beeb71f 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -10,7 +10,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "cadeau" -version = "0.5.1" +version = "0.5.2" dependencies = [ "ebml-iterable", "webm-iterable", @@ -308,7 +308,7 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "xmf-sys" -version = "0.4.0" +version = "0.4.1" dependencies = [ "dlib", ] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 02bd1a9..a5ad347 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["multimedia", "codec", "decoder", "image", "bindings"] rust-version = "1.74.0" [workspace.dependencies] -cadeau = { version = "0.5.1", path = "./cadeau" } +cadeau = { version = "0.5.2", path = "./cadeau" } xmf-sys = { version = "0.4", path = "./xmf-sys" } [workspace.lints.rust] diff --git a/rust/cadeau/CHANGELOG.md b/rust/cadeau/CHANGELOG.md new file mode 100644 index 0000000..0f58236 --- /dev/null +++ b/rust/cadeau/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +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). + +## [Unreleased] + +## [0.5.2](https://github.com/Devolutions/cadeau/compare/cadeau-v0.5.1...cadeau-v0.5.2) - 2026-08-14 + +### Added + +- *(xmf)* expose decoded VPX image dimensions ([#84](https://github.com/Devolutions/cadeau/pull/84)) diff --git a/rust/cadeau/Cargo.toml b/rust/cadeau/Cargo.toml index fef06de..9110f0c 100644 --- a/rust/cadeau/Cargo.toml +++ b/rust/cadeau/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cadeau" -version = "0.5.1" +version = "0.5.2" readme = "README.md" description = "Idiomatic rust bindings to Cadeau library, performance primitives and media foundation functions" categories = ["api-bindings"] diff --git a/rust/xmf-sys/CHANGELOG.md b/rust/xmf-sys/CHANGELOG.md new file mode 100644 index 0000000..8660588 --- /dev/null +++ b/rust/xmf-sys/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +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). + +## [Unreleased] + +## [0.4.1](https://github.com/Devolutions/cadeau/compare/xmf-sys-v0.4.0...xmf-sys-v0.4.1) - 2026-08-14 + +### Added + +- *(xmf)* expose decoded VPX image dimensions ([#84](https://github.com/Devolutions/cadeau/pull/84)) diff --git a/rust/xmf-sys/Cargo.toml b/rust/xmf-sys/Cargo.toml index ca9abea..c9f3ed5 100644 --- a/rust/xmf-sys/Cargo.toml +++ b/rust/xmf-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmf-sys" -version = "0.4.0" +version = "0.4.1" readme = "README.md" description = "Bindings to XMF native library: eXtreme Media Foundation" categories = ["external-ffi-bindings"]