mirror of
https://github.com/tauri-apps/cef-rs.git
synced 2026-01-31 00:55:21 +01:00
chore: release
This commit is contained in:
committed by
GitHub
parent
882ba8b948
commit
5822ee02cd
@@ -12,7 +12,7 @@ members = [
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
version = "143.4.0+143.0.13"
|
||||
version = "143.5.0+143.0.13"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
authors = [
|
||||
@@ -24,8 +24,8 @@ repository = "https://github.com/tauri-apps/cef-rs"
|
||||
|
||||
[workspace.dependencies]
|
||||
cef = { path = "cef", default-features = false }
|
||||
cef-dll-sys = { version = "143.4.0", path = "sys" }
|
||||
download-cef = { version = "2.2", path = "download-cef" }
|
||||
cef-dll-sys = { version = "143.5.0", path = "sys" }
|
||||
download-cef = { version = "2.3", path = "download-cef" }
|
||||
|
||||
anyhow = "1"
|
||||
ash = "0.38"
|
||||
|
||||
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [143.5.0+143.0.13](https://github.com/tauri-apps/cef-rs/compare/cef-v143.4.0+143.0.13...cef-v143.5.0+143.0.13) - 2026-01-01
|
||||
|
||||
### Added
|
||||
|
||||
- *(test)* port tests/shared library from CEF
|
||||
|
||||
### Other
|
||||
|
||||
- update bindings
|
||||
- update bindings
|
||||
|
||||
## [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
|
||||
|
||||
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.3.0](https://github.com/tauri-apps/cef-rs/compare/download-cef-v2.2.1...download-cef-v2.3.0) - 2026-01-01
|
||||
|
||||
### Added
|
||||
|
||||
- *(test)* port tests/shared library from CEF
|
||||
|
||||
## [2.2.1](https://github.com/tauri-apps/cef-rs/compare/download-cef-v2.2.0...download-cef-v2.2.1) - 2025-12-23
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "download-cef"
|
||||
description = "Download and extract pre-built CEF (Chromium Embedded Framework) archives."
|
||||
version = "2.2.1"
|
||||
version = "2.3.0"
|
||||
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [143.5.0+143.0.13](https://github.com/tauri-apps/cef-rs/compare/export-cef-dir-v143.4.0+143.0.13...export-cef-dir-v143.5.0+143.0.13) - 2026-01-01
|
||||
|
||||
### Added
|
||||
|
||||
- *(test)* port tests/shared library from CEF
|
||||
|
||||
## [143.1.0+143.0.10](https://github.com/tauri-apps/cef-rs/compare/export-cef-dir-v143.0.0+143.0.9...export-cef-dir-v143.1.0+143.0.10) - 2025-12-13
|
||||
|
||||
### Other
|
||||
|
||||
Reference in New Issue
Block a user