Compare commits
4 Commits
3425330890
...
v0.6.0
Author | SHA1 | Date | |
---|---|---|---|
c660e97434 | |||
d35fdc890d | |||
6fe1f26c71 | |||
5b5568910d |
@ -1,3 +0,0 @@
|
|||||||
kind: Added
|
|
||||||
body: Command Type Package - allows one to perform package operations [docs](https://backy.cybershell.xyz/config/packages/)
|
|
||||||
time: 2025-01-03T22:40:14.014560779-06:00
|
|
@ -1,3 +0,0 @@
|
|||||||
kind: Added
|
|
||||||
body: Exec subcommand `host` allows for parallel execution of commands on hosts. [See docs](https://backy.cybershell.xyz/cli/exec)
|
|
||||||
time: 2025-01-03T23:00:44.417463429-06:00
|
|
4
.changes/v0.6.0.md
Normal file
4
.changes/v0.6.0.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
## v0.6.0 - 2025-01-04
|
||||||
|
### Added
|
||||||
|
* Command Type Package - allows one to perform package operations [docs](https://backy.cybershell.xyz/config/packages/)
|
||||||
|
* Exec subcommand `host` allows for parallel execution of commands on hosts. [See docs](https://backy.cybershell.xyz/cli/exec)
|
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,3 +1,7 @@
|
|||||||
[submodule "docs/themes/hugo-theme-relearn"]
|
[submodule "docs/themes/hugo-theme-relearn"]
|
||||||
path = docs/themes/hugo-theme-relearn
|
path = docs/themes/hugo-theme-relearn
|
||||||
url = https://github.com/McShelby/hugo-theme-relearn.git
|
url = https://github.com/McShelby/hugo-theme-relearn.git
|
||||||
|
|
||||||
|
[submodule "docs/themes/plausible-hugo"]
|
||||||
|
path = docs/themes/plausible-hugo
|
||||||
|
url = https://github.com/divinerites/plausible-hugo.git
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
)
|
)
|
||||||
|
|
||||||
const versionStr = "0.5.0"
|
const versionStr = "0.6.0"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
versionCmd = &cobra.Command{
|
versionCmd = &cobra.Command{
|
||||||
|
1
docs/themes/hugo-theme-relearn
vendored
1
docs/themes/hugo-theme-relearn
vendored
Submodule docs/themes/hugo-theme-relearn deleted from 80e448e5bd
Reference in New Issue
Block a user