Skip to content

Commit b0bc8e5

Browse files
chaliyclaude
andauthored
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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.1.7] - 2026-02-26
44

55
### Highlights
66

@@ -59,7 +59,7 @@
5959
* chore(deps): upgrade monty to latest main (87f8f31) ([#226](https://github.com/everruns/bashkit/pull/226))
6060
* fix(ci): repair nightly CI and add fuzz compile guard ([#225](https://github.com/everruns/bashkit/pull/225))
6161

62-
**Full Changelog**: https://github.com/everruns/bashkit/compare/v0.1.6...HEAD
62+
**Full Changelog**: https://github.com/everruns/bashkit/compare/v0.1.6...v0.1.7
6363

6464
## [0.1.6] - 2026-02-20
6565

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resolver = "2"
77
members = ["crates/*"]
88

99
[workspace.package]
10-
version = "0.1.6"
10+
version = "0.1.7"
1111
edition = "2021"
1212
license = "MIT"
1313
authors = ["Everruns"]

0 commit comments

Comments
 (0)