Merge pull request #335 from tauri-apps/release-plz-2026-01-22T02-46-05Z

This commit is contained in:
Bill Avery
2026-01-21 20:54:25 -08:00
committed by GitHub
3 changed files with 16 additions and 2 deletions

View File

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

View File

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

View File

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