Merge pull request #320 from tauri-apps/release-plz-2025-12-30T02-46-41Z

This commit is contained in:
Bill Avery
2025-12-29 18:55:53 -08:00
committed by GitHub
3 changed files with 20 additions and 2 deletions

View File

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

View File

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

View File

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