From 1fef63e720a5835f07d0b93f536ee09cfe22c5be Mon Sep 17 00:00:00 2001 From: Loric ANDRE Date: Thu, 15 Jan 2026 15:30:31 +0100 Subject: [PATCH] release: v1.0.0-pre6 --- .github/workflows/test.yml | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6be6e0a0..f53ef9d6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ on: workflow_call: inputs: plan: - required: true + required: false type: string pull_request: push: diff --git a/CHANGELOG.md b/CHANGELOG.md index 53832999..04df5d4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add cycle flag (closes #553) - Add disabled flag (closes #500) - Add nushell completion support (closes #459) +- Add --shell-bindings flag to get bindings at runtime + +### 🐛 Bug Fixes + +- Disable completions without cli feature +- Fix build without default features + +### 💼 Other + +- V1.0.0-pre6 ### ⚙️ Miscellaneous Tasks