Commit b0bc8e5
chore(release): prepare v0.1.7 (#285)
## Summary
- Bump workspace version from 0.1.6 to 0.1.7
- Update CHANGELOG.md with release date (2026-02-26)
## Changelog excerpt
### Highlights
- 20+ new builtins: `declare`/`typeset`, `let`, `getopts`, `trap`,
`caller`, `shopt`, `pushd`/`popd`/`dirs`, `seq`, `tac`, `rev`, `yes`,
`expr`, `mktemp`, `realpath`, and more
- Glob options: `dotglob`, `nocaseglob`, `failglob`, `noglob`,
`globstar`
- Shell flags: `bash -e/-x/-u/-f/-o`, `set -x` xtrace debugging
- `select` construct, `case ;;&` fallthrough, `FUNCNAME` variable
- Nameref variables (`declare -n`), case conversion (`declare -l/-u`)
- 10+ bug fixes for quoting, arrays, globs, and redirections
## Test plan
- [x] `cargo fmt --check` — passes
- [x] `cargo clippy --all-targets --all-features -- -D warnings` —
passes
- [x] `cargo test --all-features` — 1762 tests pass, 0 failures
Co-authored-by: Claude <noreply@anthropic.com>1 parent e2ea375 commit b0bc8e5
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments