From a234f82d87ea2794930acd1f339f38f368bff276 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 02:47:14 +0000 Subject: [PATCH] chore: release v144.0.1+144.0.6 --- Cargo.toml | 4 ++-- cef/CHANGELOG.md | 8 ++++++++ sys/CHANGELOG.md | 6 ++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d24225c..016dda7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ ] [workspace.package] -version = "144.0.0+144.0.6" +version = "144.0.1+144.0.6" 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", default-features = false } -cef-dll-sys = { version = "144.0.0", path = "sys" } +cef-dll-sys = { version = "144.0.1", path = "sys" } download-cef = { version = "2.3", path = "download-cef" } anyhow = "1" diff --git a/cef/CHANGELOG.md b/cef/CHANGELOG.md index 0d66a06..992183f 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] +## [144.0.1+144.0.6](https://github.com/tauri-apps/cef-rs/compare/cef-v144.0.0+144.0.6...cef-v144.0.1+144.0.6) - 2026-01-22 + +### Other + +- Merge pull request #332 from csmoe/patch-1 +- release v144.0.0+144.0.6 +- update bindings + ## [144.0.0+144.0.6](https://github.com/tauri-apps/cef-rs/releases/tag/cef-v144.0.0+144.0.6) - 2026-01-22 ### Other diff --git a/sys/CHANGELOG.md b/sys/CHANGELOG.md index 677bc59..f7bc5b6 100644 --- a/sys/CHANGELOG.md +++ b/sys/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [144.0.1+144.0.6](https://github.com/tauri-apps/cef-rs/compare/cef-dll-sys-v144.0.0+144.0.6...cef-dll-sys-v144.0.1+144.0.6) - 2026-01-22 + +### Other + +- release v144.0.0+144.0.6 + ## [144.0.0+144.0.6](https://github.com/tauri-apps/cef-rs/releases/tag/cef-dll-sys-v144.0.0+144.0.6) - 2026-01-22 ### Other