Skip to content

Commit 24e4f1a

Browse files
authored
apply version updates
1 parent 10163ee commit 24e4f1a

11 files changed

+20
-18
lines changed

.changes/cargo-lock-proc-macro2.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/msrv.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## \[4.3.0]
4+
5+
- [`10163ee`](https://www.github.com/tauri-apps/create-tauri-app/commit/10163eeb7910fd205fbebe31e6f98b5f03ae2708) ([#759](https://www.github.com/tauri-apps/create-tauri-app/pull/759) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Fix `cargo install crate-tauri-app` with `--locked` flag.
6+
- [`10163ee`](https://www.github.com/tauri-apps/create-tauri-app/commit/10163eeb7910fd205fbebe31e6f98b5f03ae2708) ([#759](https://www.github.com/tauri-apps/create-tauri-app/pull/759) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Update MSRV of this crate to 1.71
7+
38
## \[4.2.0]
49

510
- [`2e18467`](https://www.github.com/tauri-apps/create-tauri-app/commit/2e18467a4ceae0161ade568a434e9766f9d3e756) ([#751](https://www.github.com/tauri-apps/create-tauri-app/pull/751) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Changed default version in templates from `0.0.0` to `0.1.0`

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "create-tauri-app"
33
description = "Rapidly scaffold out a new tauri app project."
44
authors = ["Tauri Programme within The Commons Conservancy"]
5-
version = "4.2.0"
5+
version = "4.3.0"
66
edition = "2021"
77
license = "Apache-2.0 OR MIT"
88
readme = "README.md"

create-tauri-app.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $bitness = if ([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchi
99
} else {
1010
"i686"
1111
}
12-
$__TAG_NAME__ = "create-tauri-app-v4.2.0"
12+
$__TAG_NAME__ = "create-tauri-app-v4.3.0"
1313
# $url="https://github.com/tauri-apps/create-tauri-app/releases/download/$__TAG_NAME__/create-tauri-app-$bitness-pc-windows-msvc.exe"
1414
$url="https://create.tauri.app/download/bin?tag=$__TAG_NAME__&arch=$bitness-pc-windows-msvc&ext=.exe"
1515
$outFile = "$Env:TEMP\create-tauri-app.exe"

create-tauri-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ main() {
4444
;;
4545
esac
4646

47-
local __TAG_NAME__="create-tauri-app-v4.2.0"
47+
local __TAG_NAME__="create-tauri-app-v4.3.0"
4848
# local _url="https://github.com/tauri-apps/create-tauri-app/releases/download/${__TAG_NAME__}/create-tauri-app-${_arch}${_ext}"
4949
local _url="https://create.tauri.app/download/bin?tag=${__TAG_NAME__}&arch=${_arch}&ext=${_ext}"
5050

node/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## \[4.3.0]
4+
5+
- [`10163ee`](https://www.github.com/tauri-apps/create-tauri-app/commit/10163eeb7910fd205fbebe31e6f98b5f03ae2708) ([#759](https://www.github.com/tauri-apps/create-tauri-app/pull/759) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Update MSRV of this crate to 1.71
6+
7+
### Dependencies
8+
9+
- Upgraded to `[email protected]`
10+
311
## \[4.2.0]
412

513
- [`2e18467`](https://www.github.com/tauri-apps/create-tauri-app/commit/2e18467a4ceae0161ade568a434e9766f9d3e756) ([#751](https://www.github.com/tauri-apps/create-tauri-app/pull/751) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Changed default version in templates from `0.0.0` to `0.1.0`

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-tauri-app",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Rapidly scaffold out a new tauri app project.",
55
"funding": {
66
"type": "opencollective",

worker/scripts/create-tauri-app.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $bitness = if ([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchi
99
} else {
1010
"i686"
1111
}
12-
$__TAG_NAME__ = "create-tauri-app-v4.2.0"
12+
$__TAG_NAME__ = "create-tauri-app-v4.3.0"
1313
# $url="https://github.com/tauri-apps/create-tauri-app/releases/download/$__TAG_NAME__/create-tauri-app-$bitness-pc-windows-msvc.exe"
1414
$url="https://create.tauri.app/download/bin?tag=$__TAG_NAME__&arch=$bitness-pc-windows-msvc&ext=.exe"
1515
$outFile = "$Env:TEMP\create-tauri-app.exe"

worker/scripts/create-tauri-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ main() {
4444
;;
4545
esac
4646

47-
local __TAG_NAME__="create-tauri-app-v4.2.0"
47+
local __TAG_NAME__="create-tauri-app-v4.3.0"
4848
# local _url="https://github.com/tauri-apps/create-tauri-app/releases/download/${__TAG_NAME__}/create-tauri-app-${_arch}${_ext}"
4949
local _url="https://create.tauri.app/download/bin?tag=${__TAG_NAME__}&arch=${_arch}&ext=${_ext}"
5050

0 commit comments

Comments
 (0)