From 5822ee02cdfbbefd2373cf3d94017284c47fb1fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 23:58:36 +0000 Subject: [PATCH] chore: release --- Cargo.toml | 6 +++--- cef/CHANGELOG.md | 11 +++++++++++ download-cef/CHANGELOG.md | 6 ++++++ download-cef/Cargo.toml | 2 +- export-cef-dir/CHANGELOG.md | 6 ++++++ 5 files changed, 27 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ec5f09f..d7d5611 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ ] [workspace.package] -version = "143.4.0+143.0.13" +version = "143.5.0+143.0.13" edition = "2021" license = "Apache-2.0 OR MIT" authors = [ @@ -24,8 +24,8 @@ repository = "https://github.com/tauri-apps/cef-rs" [workspace.dependencies] cef = { path = "cef", default-features = false } -cef-dll-sys = { version = "143.4.0", path = "sys" } -download-cef = { version = "2.2", path = "download-cef" } +cef-dll-sys = { version = "143.5.0", path = "sys" } +download-cef = { version = "2.3", path = "download-cef" } anyhow = "1" ash = "0.38" diff --git a/cef/CHANGELOG.md b/cef/CHANGELOG.md index 7b511c4..604f6db 100644 --- a/cef/CHANGELOG.md +++ b/cef/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [143.5.0+143.0.13](https://github.com/tauri-apps/cef-rs/compare/cef-v143.4.0+143.0.13...cef-v143.5.0+143.0.13) - 2026-01-01 + +### Added + +- *(test)* port tests/shared library from CEF + +### Other + +- update bindings +- update bindings + ## [143.4.0+143.0.13](https://github.com/tauri-apps/cef-rs/compare/cef-v143.3.0+143.0.13...cef-v143.4.0+143.0.13) - 2025-12-30 ### Other diff --git a/download-cef/CHANGELOG.md b/download-cef/CHANGELOG.md index 6f14d16..f20154e 100644 --- a/download-cef/CHANGELOG.md +++ b/download-cef/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.0](https://github.com/tauri-apps/cef-rs/compare/download-cef-v2.2.1...download-cef-v2.3.0) - 2026-01-01 + +### Added + +- *(test)* port tests/shared library from CEF + ## [2.2.1](https://github.com/tauri-apps/cef-rs/compare/download-cef-v2.2.0...download-cef-v2.2.1) - 2025-12-23 ### Fixed diff --git a/download-cef/Cargo.toml b/download-cef/Cargo.toml index c2a39d5..5dc2664 100644 --- a/download-cef/Cargo.toml +++ b/download-cef/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "download-cef" description = "Download and extract pre-built CEF (Chromium Embedded Framework) archives." -version = "2.2.1" +version = "2.3.0" edition.workspace = true license.workspace = true diff --git a/export-cef-dir/CHANGELOG.md b/export-cef-dir/CHANGELOG.md index 7b890b6..0ee1108 100644 --- a/export-cef-dir/CHANGELOG.md +++ b/export-cef-dir/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [143.5.0+143.0.13](https://github.com/tauri-apps/cef-rs/compare/export-cef-dir-v143.4.0+143.0.13...export-cef-dir-v143.5.0+143.0.13) - 2026-01-01 + +### Added + +- *(test)* port tests/shared library from CEF + ## [143.1.0+143.0.10](https://github.com/tauri-apps/cef-rs/compare/export-cef-dir-v143.0.0+143.0.9...export-cef-dir-v143.1.0+143.0.10) - 2025-12-13 ### Other