diff --git a/Cargo.toml b/Cargo.toml index 678c184..0772f22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ ] [workspace.package] -version = "143.3.0+143.0.13" +version = "143.4.0+143.0.13" edition = "2021" license = "Apache-2.0 OR MIT" authors = [ @@ -24,7 +24,7 @@ repository = "https://github.com/tauri-apps/cef-rs" [workspace.dependencies] cef = { path = "cef" } -cef-dll-sys = { version = "143.3.0", path = "sys" } +cef-dll-sys = { version = "143.4.0", path = "sys" } download-cef = { version = "2.2", path = "download-cef" } anyhow = "1" diff --git a/cef/CHANGELOG.md b/cef/CHANGELOG.md index b4b623a..7b511c4 100644 --- a/cef/CHANGELOG.md +++ b/cef/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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 + +- update bindings +- update bindings +- update bindings + ## [143.2.0+143.0.10](https://github.com/tauri-apps/cef-rs/compare/cef-v143.1.0+143.0.10...cef-v143.2.0+143.0.10) - 2025-12-23 ### Other diff --git a/sys/CHANGELOG.md b/sys/CHANGELOG.md index dc79fc2..3805179 100644 --- a/sys/CHANGELOG.md +++ b/sys/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [143.4.0+143.0.13](https://github.com/tauri-apps/cef-rs/compare/cef-dll-sys-v143.3.0+143.0.13...cef-dll-sys-v143.4.0+143.0.13) - 2025-12-30 + +### Added + +- add cef_task_manager_capi.h + +### Other + +- update bindings + ## [143.2.0+143.0.10](https://github.com/tauri-apps/cef-rs/compare/cef-dll-sys-v143.1.0+143.0.10...cef-dll-sys-v143.2.0+143.0.10) - 2025-12-23 ### Added