File tree 15 files changed +11
-18
lines changed
15 files changed +11
-18
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ It will be extended to cover more features in the future.
8
8
9
9
## Features
10
10
11
- Currently, yash can run shell scripts that use POSIX-compatible syntax.
12
- Interactive features are under development, and locale support is not yet implemented .
11
+ Currently, yash can run shell scripts written in POSIX-compatible syntax.
12
+ Support for interactive shell features is limited .
13
13
14
14
- [x] Running shell scripts that only use POSIX-compatible syntax and features
15
- - [ ] Interactive shell features
16
- - [ ] Enhanced scripting features (Extensions to POSIX shell)
15
+ - [x] Minimal interactive shell features
16
+ - [ ] Enhanced shell features (Extensions to POSIX shell)
17
17
- [ ] Performance optimization
18
18
- [ ] Locale support
19
19
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to `yash-builtin` will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 0.6.0] - Unreleased
8
+ ## [ 0.6.0] - 2025-03-23
9
9
10
10
### Summary
11
11
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ repository = "https://github.com/magicant/yash-rs"
12
12
license = " GPL-3.0-or-later"
13
13
keywords = [" posix" , " shell" ]
14
14
categories = [" command-line-utilities" ]
15
- publish = false
16
15
17
16
[features ]
18
17
default = [" yash-prompt" , " yash-semantics" ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ used by other programs.
9
9
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
10
10
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
11
11
12
- ## [ 0.3.0] - Unreleased
12
+ ## [ 0.3.0] - 2025-03-23
13
13
14
14
### Added
15
15
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ repository = "https://github.com/magicant/yash-rs"
12
12
license = " GPL-3.0-or-later"
13
13
keywords = [" posix" , " shell" ]
14
14
categories = [" command-line-utilities" ]
15
- publish = false
16
15
17
16
[[bin ]]
18
17
name = " yash3"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to `yash-env-test-helper` will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 0.4.0] - Unreleased
8
+ ## [ 0.4.0] - 2025-03-23
9
9
10
10
### Changed
11
11
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ repository = "https://github.com/magicant/yash-rs"
12
12
license = " GPL-3.0-or-later"
13
13
keywords = [" posix" , " shell" ]
14
14
categories = [" command-line-utilities" ]
15
- publish = false
16
15
17
16
[dependencies ]
18
17
assert_matches = { workspace = true }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to `yash-env` will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 0.6.0] - Unreleased
8
+ ## [ 0.6.0] - 2025-03-23
9
9
10
10
### Added
11
11
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ repository = "https://github.com/magicant/yash-rs"
12
12
license = " GPL-3.0-or-later"
13
13
keywords = [" posix" , " shell" ]
14
14
categories = [" command-line-utilities" ]
15
- publish = false
16
15
17
16
[dependencies ]
18
17
annotate-snippets = { workspace = true }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to `yash-prompt` will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 0.4.0] - Unreleased
8
+ ## [ 0.4.0] - 2025-03-23
9
9
10
10
### Changed
11
11
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ repository = "https://github.com/magicant/yash-rs"
12
12
license = " GPL-3.0-or-later"
13
13
keywords = [" posix" , " shell" ]
14
14
categories = [" command-line-utilities" ]
15
- publish = false
16
15
17
16
[dependencies ]
18
17
futures-util = { workspace = true }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to `yash-semantics` will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 0.6.0] - Unreleased
8
+ ## [ 0.6.0] - 2025-03-23
9
9
10
10
### Added
11
11
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ repository = "https://github.com/magicant/yash-rs"
12
12
license = " GPL-3.0-or-later"
13
13
keywords = [" posix" , " shell" ]
14
14
categories = [" command-line-utilities" ]
15
- publish = false
16
15
17
16
[dependencies ]
18
17
assert_matches = { workspace = true }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to `yash-syntax` will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 0.14.0] - Unreleased
8
+ ## [ 0.14.0] - 2025-03-23
9
9
10
10
This version adds support for declaration utilities. It also reorganizes how the
11
11
parser is configured on construction, so that the parser can be constructed with
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ repository = "https://github.com/magicant/yash-rs"
12
12
license = " GPL-3.0-or-later"
13
13
keywords = [" posix" , " shell" ]
14
14
categories = [" command-line-utilities" , " parser-implementations" ]
15
- publish = false
16
15
17
16
[dependencies ]
18
17
annotate-snippets = { workspace = true , optional = true }
You can’t perform that action at this time.
0 commit comments