mirror of
https://github.com/tauri-apps/cef-rs.git
synced 2026-01-31 00:55:21 +01:00
Merge pull request #320 from tauri-apps/release-plz-2025-12-30T02-46-41Z
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user