Skip to content

Commit f3c300f

Browse files
committed
Bump changelog
1 parent 131d91d commit f3c300f

File tree

7 files changed

+59
-5
lines changed

7 files changed

+59
-5
lines changed

CHANGELOG.md

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

2+
0.1.2
3+
=============
4+
2024-08-08
5+
6+
* 0.1.2 (131d91dd)
7+
* Respect SUMMARY: or USAGE: (#5) (a44fe7dd)
8+
* Ensure tomeignore works during completions (#4) (14fc1b88)
9+
* v0.1.1 release (2f85cd54)
10+
211
0.1.1
312
=============
413
2024-08-07
@@ -70,6 +79,11 @@
7079
2024-08-03
7180

7281
* Add changelog (b64a4d1b)
82+
83+
0.0.1
84+
=============
85+
2024-08-03
86+
7387
* Inject TOME_ROOT and TOME_EXECUTABLE into context of scripts (40d37218)
7488
* Enable script arguments auto completion (6663f167)
7589
* Update README (b5a64ad1)

changelog.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
- semver: 0.1.2
2+
date: 2024-08-08T08:48:17-07:00
3+
packager: Zander Hill <[email protected]>
4+
changes:
5+
- commit: 131d91dd1a812057e8425730404f41df5864b76a
6+
note: 0.1.2
7+
author:
8+
name: Zander Hill
9+
10+
committer:
11+
name: Zander Hill
12+
13+
- commit: a44fe7dd1ca45ca3dce22fc1c52995cee02cf3c9
14+
note: 'Respect SUMMARY: or USAGE: (#5)'
15+
author:
16+
name: Zander Hill
17+
18+
committer:
19+
name: GitHub
20+
21+
- commit: 14fc1b88836a595de099f04717429f6f7bd182f0
22+
note: Ensure tomeignore works during completions (#4)
23+
author:
24+
name: Zander Hill
25+
26+
committer:
27+
name: GitHub
28+
29+
- commit: 2f85cd54b7db8d5fe4ac0c5bc64e2844ebe4885d
30+
note: v0.1.1 release
31+
author:
32+
name: Zander Hill
33+
34+
committer:
35+
name: Zander Hill
36+
137
- semver: 0.1.1
238
date: 2024-08-07T06:20:17-07:00
339
packager: Zander Hill <[email protected]>
@@ -363,6 +399,10 @@
363399
committer:
364400
name: Zander Hill
365401
402+
- semver: 0.0.1
403+
date: 2024-08-03T09:17:08-07:00
404+
packager: Zander Hill <[email protected]>
405+
changes:
366406
- commit: 40d37218726b1bd967dd1a719ec0307df2ece5fc
367407
note: Inject TOME_ROOT and TOME_EXECUTABLE into context of scripts
368408
author:

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 7-Aug-2024
35+
###### Auto generated by spf13/cobra on 8-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 7-Aug-2024
50+
###### Auto generated by spf13/cobra on 8-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 7-Aug-2024
81+
###### Auto generated by spf13/cobra on 8-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 7-Aug-2024
50+
###### Auto generated by spf13/cobra on 8-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 7-Aug-2024
51+
###### Auto generated by spf13/cobra on 8-Aug-2024

0 commit comments

Comments
 (0)