@@ -5,6 +5,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
66All notable changes to this project will be documented in this file.
77
8+ ## [ 0.2.16] - 2025-03-25
9+
10+ ### 🚀 Features
11+
12+ - * (arithmetic)* Support explicit base#literal in arithmetic (#388 )
13+ - Implement ` command -p ` (#402 )
14+
15+ ### 🐛 Bug Fixes
16+
17+ - Default PS1 and PS2 in interactive mode (#390 )
18+ - * (builtins)* Implement command-less exec semantics with open fds (#384 )
19+ - * (builtins)* Correct read handling of IFS/space (#385 )
20+ - * (extglob)* Correct handling of extglobs with empty branches (#386 )
21+ - Correct path tests on empty strings (#391 )
22+ - Allow newline in empty array assignment (#405 )
23+ - Improve panic handling output (#409 )
24+ - * (regex)* Enable multiline mode for extended test regexes (#416 )
25+ - Parse '#' as char only if inside a variable expansion (#418 )
26+
27+ ### 📚 Documentation
28+
29+ - Symlink licenses under crate dirs (#400 )
30+
31+ ### 🧪 Testing
32+
33+ - Add more linux distros to test matrix (#412 )
34+ - Enable testing on nixos/nix container image (#413 )
35+
36+ ### ⚙️ Miscellaneous Tasks
37+
38+ - Upgrade cached crate (#398 )
39+ - Rewrite dir diffing test code to avoid deps
40+
41+ ### Build
42+
43+ - * (deps)* Bump the cargo group with 2 updates (#393 )
44+ - * (deps)* Bump whoami from 1.5.2 to 1.6.0 in the cargo group (#423 )
45+ - * (deps)* Bump the cargo group with 2 updates (#389 )
46+ - * (deps)* Bump serde from 1.0.218 to 1.0.219 in the cargo group (#401 )
47+ - * (deps)* Bump the cargo group with 2 updates (#410 )
48+
49+ <!-- generated by git-cliff -->
850## [ 0.2.15] - 2025-02-03
951
1052### 🚀 Features
0 commit comments