Skip to content

Commit 1fef63e

Browse files
committed
release: v1.0.0-pre6
1 parent d3efe18 commit 1fef63e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_call:
66
inputs:
77
plan:
8-
required: true
8+
required: false
99
type: string
1010
pull_request:
1111
push:

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Add cycle flag (closes #553)
1313
- Add disabled flag (closes #500)
1414
- Add nushell completion support (closes #459)
15+
- Add --shell-bindings flag to get bindings at runtime
16+
17+
### 🐛 Bug Fixes
18+
19+
- Disable completions without cli feature
20+
- Fix build without default features
21+
22+
### 💼 Other
23+
24+
- V1.0.0-pre6
1525

1626
### ⚙️ Miscellaneous Tasks
1727

0 commit comments

Comments
 (0)