We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3efe18 commit 1fef63eCopy full SHA for 1fef63e
.github/workflows/test.yml
@@ -5,7 +5,7 @@ on:
5
workflow_call:
6
inputs:
7
plan:
8
- required: true
+ required: false
9
type: string
10
pull_request:
11
push:
CHANGELOG.md
@@ -12,6 +12,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
- Add cycle flag (closes #553)
13
- Add disabled flag (closes #500)
14
- 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
25
26
### ⚙️ Miscellaneous Tasks
27
0 commit comments