Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tauri-apps/tauri
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: tauri-build-v1.4.1
Choose a base ref
...
head repository: tauri-apps/tauri
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: tauri-build-v1.5.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Sep 28, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c001a91 View commit details

Commits on Sep 29, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d1e09da View commit details

Commits on Sep 30, 2023

  1. Apply Version Updates From Current Changes (v1) (#7924)

    Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
    github-actions[bot] and amrbashir authored Sep 30, 2023

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    a3277a2 View commit details
Showing with 11 additions and 4 deletions.
  1. +2 −1 .changes/config.json
  2. +6 −0 core/tauri-build/CHANGELOG.md
  3. +1 −1 core/tauri-build/Cargo.toml
  4. +1 −1 tooling/cli/metadata.json
  5. +1 −1 tooling/webdriver/Cargo.lock
3 changes: 2 additions & 1 deletion .changes/config.json
Original file line number Diff line number Diff line change
@@ -271,7 +271,8 @@
},
"tauri-driver": {
"path": "./tooling/webdriver",
"manager": "rust"
"manager": "rust",
"postversion": "cargo check"
}
}
}
6 changes: 6 additions & 0 deletions core/tauri-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[1.5.0]

### What's Changed

- [`d1e09da0`](https://www.github.com/tauri-apps/tauri/commit/d1e09da084b849b9e384fc27ed250dd17e72c7a3)([#7918](https://www.github.com/tauri-apps/tauri/pull/7918)) Bump to 1.5 due to tauri-utils dependency bump.

## \[1.4.1]

### Bug Fixes
2 changes: 1 addition & 1 deletion core/tauri-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-build"
version = "1.4.1"
version = "1.5.0"
authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "web-programming" ]
license = "Apache-2.0 OR MIT"
2 changes: 1 addition & 1 deletion tooling/cli/metadata.json
Original file line number Diff line number Diff line change
@@ -4,5 +4,5 @@
"node": ">= 10.0.0"
},
"tauri": "1.5.0",
"tauri-build": "1.4.1"
"tauri-build": "1.5.0"
}
2 changes: 1 addition & 1 deletion tooling/webdriver/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.