Skip to content

Commit 2f85cd5

Browse files
committed
v0.1.1 release
1 parent cdf69d6 commit 2f85cd5

File tree

7 files changed

+46
-5
lines changed

7 files changed

+46
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
0.1.1
3+
=============
4+
2024-08-07
5+
6+
* v0.1.1 (cdf69d6a)
7+
* Switch to using .tomeignore file (#3) (271fb234)
8+
* Update changelog (2578b776)
9+
210
0.1.0
311
=============
412
2024-08-06

changelog.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
- semver: 0.1.1
2+
date: 2024-08-07T06:20:17-07:00
3+
packager: Zander Hill <[email protected]>
4+
changes:
5+
- commit: cdf69d6aa8ffe5174d30012a0af9a4250919d64f
6+
note: v0.1.1
7+
author:
8+
name: Zander Hill
9+
10+
committer:
11+
name: Zander Hill
12+
13+
- commit: 271fb234564247ffa174f6be9e6b30aeb7c2fbe3
14+
note: |-
15+
Switch to using .tomeignore file (#3)
16+
17+
* Switch to using .tomeignore file
18+
19+
* Include a .tomeignore file in repo
20+
author:
21+
name: Zander Hill
22+
23+
committer:
24+
name: GitHub
25+
26+
- commit: 2578b77662f6961364d6c3a79a02a5192b251d78
27+
note: Update changelog
28+
author:
29+
name: Zander Hill
30+
31+
committer:
32+
name: Zander Hill
33+
134
- semver: 0.1.0
235
date: 2024-08-05T20:02:51-07:00
336
packager: Zander Hill <[email protected]>

docs/tome-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ tome-cli [flags]
3232
* [tome-cli exec](tome-cli_exec.md) - executes a script from tome root
3333
* [tome-cli help](tome-cli_help.md) - help displays the usage and help text for a script
3434

35-
###### Auto generated by spf13/cobra on 5-Aug-2024
35+
###### Auto generated by spf13/cobra on 7-Aug-2024

docs/tome-cli_alias.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ tome-cli alias [flags]
4747

4848
* [tome-cli](tome-cli.md) - A cli tool to manage scripts as a set of subcommands
4949

50-
###### Auto generated by spf13/cobra on 5-Aug-2024
50+
###### Auto generated by spf13/cobra on 7-Aug-2024

docs/tome-cli_completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ tome-cli completion [bash|zsh|fish|powershell]
7878

7979
* [tome-cli](tome-cli.md) - A cli tool to manage scripts as a set of subcommands
8080

81-
###### Auto generated by spf13/cobra on 5-Aug-2024
81+
###### Auto generated by spf13/cobra on 7-Aug-2024

docs/tome-cli_exec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ tome-cli exec [flags]
4747

4848
* [tome-cli](tome-cli.md) - A cli tool to manage scripts as a set of subcommands
4949

50-
###### Auto generated by spf13/cobra on 5-Aug-2024
50+
###### Auto generated by spf13/cobra on 7-Aug-2024

docs/tome-cli_help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ tome-cli help [flags]
4848

4949
* [tome-cli](tome-cli.md) - A cli tool to manage scripts as a set of subcommands
5050

51-
###### Auto generated by spf13/cobra on 5-Aug-2024
51+
###### Auto generated by spf13/cobra on 7-Aug-2024

0 commit comments

Comments
 (0)