mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-01-07 10:20:22 -06:00
Prepare minor release v0.11.5.
This commit is contained in:
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
pnpm i
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: 1.86.0
|
||||
target: x86_64-unknown-linux-gnu
|
||||
default: true
|
||||
- name: Rust Build
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
|
||||
release-aarch64-apple-darwin:
|
||||
needs: changelog
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-14
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
@@ -79,7 +79,7 @@ jobs:
|
||||
pnpm i
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: 1.86.0
|
||||
target: aarch64-apple-darwin
|
||||
default: true
|
||||
- name: Rust Build
|
||||
@@ -96,7 +96,7 @@ jobs:
|
||||
|
||||
release-x86_64-apple-darwin:
|
||||
needs: changelog
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-14
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
@@ -113,7 +113,7 @@ jobs:
|
||||
pnpm i
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: 1.86.0
|
||||
target: x86_64-apple-darwin
|
||||
default: true
|
||||
- name: Rust Build
|
||||
@@ -141,7 +141,7 @@ jobs:
|
||||
apps: nodejs pnpm protobuf zip
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: 1.86.0
|
||||
target: x86_64-pc-windows-msvc
|
||||
default: true
|
||||
- name: Rust Build
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
## v0.11.5
|
||||
|
||||
* Improved admin SQL editor: save dialog and pending change indication.
|
||||
* Fix short-cut links on dashboard landing page.
|
||||
* Update dependencies.
|
||||
|
||||
## v0.11.4
|
||||
|
||||
* Replaced Mermaid-based schema renderer with x6.
|
||||
|
||||
Reference in New Issue
Block a user