From 5a4a540d0be9f0111bb9ce35f90efa1cb994fe8d Mon Sep 17 00:00:00 2001 From: Sebastian Jeltsch Date: Sun, 18 May 2025 18:51:46 +0200 Subject: [PATCH] Prepare minor release v0.11.5. --- .github/workflows/release.yml | 12 ++++++------ CHANGELOG.md | 6 ++++++ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8eda662..9f732916 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5903e84f..5a80dd69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.