Skip to content

Release tauri-core v0.5.0 [crates.io]

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 20:35
· 4177 commits to dev since this release
ff854a4

Changelog

  • Added communication example
  • invoke handler now returns a Result, check out the examples to see how it's working now
    -- this was needed because now Tauri warns about wrong command usages, so if you run an unknown command, or are missing some of its arguments, we'll show you an error on the console
  • updated the command endpoints for the new FS, dialog, and path API
  • event payload is now an Option value

Cargo Audit

    Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 73 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Updating crates.io index
error: Couldn't load Cargo.lock: I/O error: I/O operation failed: couldn't open Cargo.lock: No such file or directory (os error 2)

Cargo Publish

    Updating crates.io index
   Packaging tauri v0.5.0 (/home/runner/work/tauri/tauri/tauri)
   Uploading tauri v0.5.0 (/home/runner/work/tauri/tauri/tauri)