From f777c78aad133fcf8194fb4a0b49c9bf68a8dcfc Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Fri, 28 Feb 2025 17:52:28 -0600 Subject: [PATCH] v0.9.0 --- .changes/unreleased/Added-20250220-144549.yaml | 3 --- .changes/unreleased/Added-20250220-145014.yaml | 3 --- .changes/unreleased/Added-20250220-145245.yaml | 3 --- .changes/unreleased/Added-20250221-003012.yaml | 3 --- .changes/unreleased/Changed-20250223-153012.yaml | 3 --- .changes/unreleased/Changed-20250223-153305.yaml | 3 --- .changes/unreleased/Changed-20250228-173825.yaml | 3 --- .changes/unreleased/Fixed-20250220-144843.yaml | 3 --- .changes/v0.9.0.md | 12 ++++++++++++ CHANGELOG.md | 13 +++++++++++++ backy.code-workspace | 2 ++ 11 files changed, 27 insertions(+), 24 deletions(-) delete mode 100644 .changes/unreleased/Added-20250220-144549.yaml delete mode 100644 .changes/unreleased/Added-20250220-145014.yaml delete mode 100644 .changes/unreleased/Added-20250220-145245.yaml delete mode 100644 .changes/unreleased/Added-20250221-003012.yaml delete mode 100644 .changes/unreleased/Changed-20250223-153012.yaml delete mode 100644 .changes/unreleased/Changed-20250223-153305.yaml delete mode 100644 .changes/unreleased/Changed-20250228-173825.yaml delete mode 100644 .changes/unreleased/Fixed-20250220-144843.yaml create mode 100644 .changes/v0.9.0.md diff --git a/.changes/unreleased/Added-20250220-144549.yaml b/.changes/unreleased/Added-20250220-144549.yaml deleted file mode 100644 index 0499561..0000000 --- a/.changes/unreleased/Added-20250220-144549.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: '`list` command with subcommands `cmds` and `lists`' -time: 2025-02-20T14:45:49.562361581-06:00 diff --git a/.changes/unreleased/Added-20250220-145014.yaml b/.changes/unreleased/Added-20250220-145014.yaml deleted file mode 100644 index 7389d93..0000000 --- a/.changes/unreleased/Added-20250220-145014.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: Deprecation and unsupported warnings for old config keys -time: 2025-02-20T14:50:14.048452348-06:00 diff --git a/.changes/unreleased/Added-20250220-145245.yaml b/.changes/unreleased/Added-20250220-145245.yaml deleted file mode 100644 index 6b98bd8..0000000 --- a/.changes/unreleased/Added-20250220-145245.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: CLI flag `--cmdStdOut` to output command's stdout/stderr to stdout -time: 2025-02-20T14:52:45.030582408-06:00 diff --git a/.changes/unreleased/Added-20250221-003012.yaml b/.changes/unreleased/Added-20250221-003012.yaml deleted file mode 100644 index 786852e..0000000 --- a/.changes/unreleased/Added-20250221-003012.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: Command type `remoteScript`. See docs for more info. -time: 2025-02-21T00:30:12.276616792-06:00 diff --git a/.changes/unreleased/Changed-20250223-153012.yaml b/.changes/unreleased/Changed-20250223-153012.yaml deleted file mode 100644 index fae6bde..0000000 --- a/.changes/unreleased/Changed-20250223-153012.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: change to enums for Command type -time: 2025-02-23T15:30:12.033359922-06:00 diff --git a/.changes/unreleased/Changed-20250223-153305.yaml b/.changes/unreleased/Changed-20250223-153305.yaml deleted file mode 100644 index 4297843..0000000 --- a/.changes/unreleased/Changed-20250223-153305.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: Cache now stores resources by URL hash for ease-of-lookup -time: 2025-02-23T15:33:05.33444642-06:00 diff --git a/.changes/unreleased/Changed-20250228-173825.yaml b/.changes/unreleased/Changed-20250228-173825.yaml deleted file mode 100644 index e32f9f9..0000000 --- a/.changes/unreleased/Changed-20250228-173825.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: Changed PackageOperation to enums -time: 2025-02-28T17:38:25.426136588-06:00 diff --git a/.changes/unreleased/Fixed-20250220-144843.yaml b/.changes/unreleased/Fixed-20250220-144843.yaml deleted file mode 100644 index f7bc924..0000000 --- a/.changes/unreleased/Fixed-20250220-144843.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: Local command's `dir` full path is now found with home directory -time: 2025-02-20T14:48:43.475300515-06:00 diff --git a/.changes/v0.9.0.md b/.changes/v0.9.0.md new file mode 100644 index 0000000..01f1082 --- /dev/null +++ b/.changes/v0.9.0.md @@ -0,0 +1,12 @@ +## v0.9.0 - 2025-02-28 +### Added +* `list` command with subcommands `cmds` and `lists` +* Deprecation and unsupported warnings for old config keys +* CLI flag `--cmdStdOut` to output command's stdout/stderr to stdout +* Command type `remoteScript`. See docs for more info. +### Changed +* change to enums for Command type +* Cache now stores resources by URL hash for ease-of-lookup +* Changed PackageOperation to enums +### Fixed +* Local command's `dir` full path is now found with home directory diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f69649..9637bd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.9.0 - 2025-02-28 +### Added +* `list` command with subcommands `cmds` and `lists` +* Deprecation and unsupported warnings for old config keys +* CLI flag `--cmdStdOut` to output command's stdout/stderr to stdout +* Command type `remoteScript`. See docs for more info. +### Changed +* change to enums for Command type +* Cache now stores resources by URL hash for ease-of-lookup +* Changed PackageOperation to enums +### Fixed +* Local command's `dir` full path is now found with home directory + ## v0.8.0 - 2025-02-15 ### Changed * Breaking: `cmd-lists` key changed to `cmdLists` diff --git a/backy.code-workspace b/backy.code-workspace index b4668e1..d99e318 100644 --- a/backy.code-workspace +++ b/backy.code-workspace @@ -8,8 +8,10 @@ "settings": { "cSpell.words": [ "Autorestic", + "changie", "Cmds", "CMDSTDOUT", + "goreleaser", "knadh", "koanf", "mattn",