Skip to content

Commit 59cdac3

Browse files
chore: release v148.2.1+148.0.8
1 parent 8189347 commit 59cdac3

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
]
1313

1414
[workspace.package]
15-
version = "148.2.0+148.0.8"
15+
version = "148.2.1+148.0.8"
1616
edition = "2021"
1717
license = "Apache-2.0 OR MIT"
1818
authors = [
@@ -24,7 +24,7 @@ repository = "https://github.com/tauri-apps/cef-rs"
2424

2525
[workspace.dependencies]
2626
cef = { path = "cef", default-features = false }
27-
cef-dll-sys = { version = "148.2.0", path = "sys" }
27+
cef-dll-sys = { version = "148.2.1", path = "sys" }
2828
download-cef = { version = "2.3", path = "download-cef" }
2929

3030
anyhow = "1"

cef/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [148.2.1+148.0.8](https://github.com/tauri-apps/cef-rs/compare/cef-v148.2.0+148.0.8...cef-v148.2.1+148.0.8) - 2026-05-25
11+
12+
### Other
13+
14+
- *(cef-dll-sys)* release v148.1.0+147.0.14 ([#411](https://github.com/tauri-apps/cef-rs/pull/411))
15+
1016
## [148.2.0+148.0.8](https://github.com/tauri-apps/cef-rs/compare/cef-v148.1.0+147.0.14...cef-v148.2.0+148.0.8) - 2026-05-25
1117

1218
### Other

sys/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [148.2.1+148.0.8](https://github.com/tauri-apps/cef-rs/compare/cef-dll-sys-v148.2.0+148.0.8...cef-dll-sys-v148.2.1+148.0.8) - 2026-05-25
11+
12+
### Other
13+
14+
- *(cef-dll-sys)* release v148.1.0+147.0.14 ([#411](https://github.com/tauri-apps/cef-rs/pull/411))
15+
1016
## [148.2.0+148.0.8](https://github.com/tauri-apps/cef-rs/compare/cef-dll-sys-v148.1.0+147.0.14...cef-dll-sys-v148.2.0+148.0.8) - 2026-05-25
1117

1218
### Other

0 commit comments

Comments
 (0)