diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7b5d46..84f95a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,14 +42,14 @@ jobs: restore-keys: | ${{ runner.os }}-modules- - - name: Cache Cargo - uses: actions/cache@v3 - with: - path: | - ~/.cargo/registry - ~/.cargo/git - target - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} +# - name: Cache Cargo +# uses: actions/cache@v3 +# with: +# path: | +# ~/.cargo/registry +# ~/.cargo/git +# target +# key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - name: install Rust stable uses: dtolnay/rust-toolchain@stable diff --git a/CHANGELOG.md b/CHANGELOG.md index 965f152..92a9ead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [4.3.17](https://github.com/tive6/min-api/compare/4.3.16...4.3.17) (2024-08-05) + ## [4.3.16](https://github.com/tive6/min-api/compare/4.3.15...4.3.16) (2024-08-05) ## [4.3.15](https://github.com/tive6/min-api/compare/4.3.14...4.3.15) (2024-08-05) diff --git a/package.json b/package.json index 5c49fce..f42090f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "min-api", "productName": "MinApi", - "version": "4.3.16", + "version": "4.3.17", "private": true, "type": "module", "scripts": { diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 5dae328..5d1b100 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "MinApi", - "version": "4.3.16" + "version": "4.3.17" }, "tauri": { "allowlist": {