From 1b8144f452f229161b2731085dd9b2459810d4e4 Mon Sep 17 00:00:00 2001 From: Mike Sawka Date: Thu, 19 Dec 2024 18:45:02 -0800 Subject: [PATCH] ignore coderabbit, update for v0.10.3 (#1585) --- .github/workflows/merge-gatekeeper.yml | 2 +- docs/docs/releasenotes.mdx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge-gatekeeper.yml b/.github/workflows/merge-gatekeeper.yml index 7a8953cdf..a433e4c88 100644 --- a/.github/workflows/merge-gatekeeper.yml +++ b/.github/workflows/merge-gatekeeper.yml @@ -23,4 +23,4 @@ jobs: uses: upsidr/merge-gatekeeper@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - ignored: Test Onboarding, Analyze (go), Analyze (javascript-typescript), License Compliance + ignored: Test Onboarding, Analyze (go), Analyze (javascript-typescript), License Compliance, CodeRabbit diff --git a/docs/docs/releasenotes.mdx b/docs/docs/releasenotes.mdx index 10179f483..4240730e1 100644 --- a/docs/docs/releasenotes.mdx +++ b/docs/docs/releasenotes.mdx @@ -6,7 +6,7 @@ sidebar_position: 200 # Release Notes -### v0.10.2 — Dec 19, 2024 +### v0.10.3 — Dec 19, 2024 Quick update to v0.10 with new features and bug fixes. @@ -21,6 +21,8 @@ Quick update to v0.10 with new features and bug fixes. - Lots of new examples in the docs for shell overrides, presets, widgets, and connections - Other bug fixes and UI updates +(note, v0.10.2 and v0.10.3's release notes have been merged together) + ### v0.10.1 — Dec 12, 2024 Quick update to fix the workspace app menu actions. Also fixes workspace switching to always open a new window when invoked from a non-workspace window. This reduces the chance of losing a non-workspace window's tabs accidentally.