release: v1.0.0-pre6

This commit is contained in:
Loric ANDRE 2026-01-15 15:30:31 +01:00
parent d3efe18b0d
commit 1fef63e720
2 changed files with 11 additions and 1 deletions

View file

@ -5,7 +5,7 @@ on:
workflow_call:
inputs:
plan:
required: true
required: false
type: string
pull_request:
push:

View file

@ -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