tauri@1.0.0-rc.14
- Breaking change:
PackageInfo::version
is now asemver::Version
instead of aString
. - Breaking change:
UpdateBuilder::should_update
now takes the current version as asemver::Version
and aRemoteRelease
struct, allowing you to check other release fields. - Breaking change: The
tauri::UpdaterEvent::UpdateEvent
date field is now anOption<time::OffsetDateTime>
. - Breaking change: The updater response
pub_date
now must be a valid RFC 3339 string.
© 2024 Tauri Contributors. CC-BY / MIT