Skip to content

Commit f777c78

Browse files
committed
v0.9.0
1 parent bb693db commit f777c78

11 files changed

+27
-24
lines changed

.changes/unreleased/Added-20250220-144549.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Added-20250220-145014.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Added-20250220-145245.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Added-20250221-003012.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Changed-20250223-153012.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Changed-20250223-153305.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Changed-20250228-173825.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20250220-144843.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v0.9.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## v0.9.0 - 2025-02-28
2+
### Added
3+
* `list` command with subcommands `cmds` and `lists`
4+
* Deprecation and unsupported warnings for old config keys
5+
* CLI flag `--cmdStdOut` to output command's stdout/stderr to stdout
6+
* Command type `remoteScript`. See docs for more info.
7+
### Changed
8+
* change to enums for Command type
9+
* Cache now stores resources by URL hash for ease-of-lookup
10+
* Changed PackageOperation to enums
11+
### Fixed
12+
* Local command's `dir` full path is now found with home directory

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

88

9+
## v0.9.0 - 2025-02-28
10+
### Added
11+
* `list` command with subcommands `cmds` and `lists`
12+
* Deprecation and unsupported warnings for old config keys
13+
* CLI flag `--cmdStdOut` to output command's stdout/stderr to stdout
14+
* Command type `remoteScript`. See docs for more info.
15+
### Changed
16+
* change to enums for Command type
17+
* Cache now stores resources by URL hash for ease-of-lookup
18+
* Changed PackageOperation to enums
19+
### Fixed
20+
* Local command's `dir` full path is now found with home directory
21+
922
## v0.8.0 - 2025-02-15
1023
### Changed
1124
* Breaking: `cmd-lists` key changed to `cmdLists`

0 commit comments

Comments
 (0)