chore: release v140.3.3+140.1.14

This commit is contained in:
github-actions[bot]
2025-10-11 23:18:51 +00:00
committed by GitHub
parent f84760af39
commit 1e8760fbe5
2 changed files with 12 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ members = [
]
[workspace.package]
version = "140.3.2+140.1.14"
version = "140.3.3+140.1.14"
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 = "140.3.2", path = "sys" }
cef-dll-sys = { version = "140.3.3", path = "sys" }
download-cef = { version = "2.2", path = "download-cef" }
anyhow = "1"

View File

@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [140.3.3+140.1.14](https://github.com/tauri-apps/cef-rs/compare/cef-v140.3.2+140.1.14...cef-v140.3.3+140.1.14) - 2025-10-11
### Fixed
- do not impl Default for structs with methods ([#225](https://github.com/tauri-apps/cef-rs/pull/225))
### Other
- update bindings
## [140.3.2+140.1.14](https://github.com/tauri-apps/cef-rs/compare/cef-v140.3.1+140.1.14...cef-v140.3.2+140.1.14) - 2025-10-11
### Fixed