Skip to content

Commit fd4d4a8

Browse files
committed
update versioning + changelog
1 parent 7449817 commit fd4d4a8

File tree

6 files changed

+16
-13
lines changed

6 files changed

+16
-13
lines changed

src/aws-cli-persistence/NOTES.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ Shells: `bash`, `zsh`, `fish`
88

99
## Changelog
1010

11-
| Version | Notes |
12-
| ------- | ---------------------- |
13-
| 1.0.1 | Fix Docs |
14-
| 1.0.0 | Support zsh + refactor |
15-
| 0.0.0 | Initial Version |
11+
| Version | Notes |
12+
| ------- | ------------------------ |
13+
| 1.0.2 | Update soft dependencies |
14+
| 1.0.1 | Fix Docs |
15+
| 1.0.0 | Support zsh + refactor |
16+
| 0.0.0 | Initial Version |
1617

1718
## References
1819

src/aws-cli-persistence/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "AWS CLI Persistence",
33
"id": "aws-cli-persistence",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/aws-cli-persistence",
66
"description": "Avoid extra logins from the AWS CLI by preserving the `~/.aws` folder across container instances.",
77
"options": {},

src/gcloud-cli-persistence/NOTES.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Shells: `bash`, `zsh`, `fish`
88

99
## Changelog
1010

11-
| Version | Notes |
12-
| ------- | ---------------------- |
13-
| 1.0.1 | Fix Docs |
14-
| 1.0.0 | Support zsh + refactor |
15-
| 0.0.0 | Initial Version |
11+
| Version | Notes |
12+
| ------- | ------------------------ |
13+
| 1.0.2 | Update soft dependencies |
14+
| 1.0.1 | Fix Docs |
15+
| 1.0.0 | Support zsh + refactor |
16+
| 0.0.0 | Initial Version |

src/gcloud-cli-persistence/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Google Cloud CLI Persistence",
33
"id": "gcloud-cli-persistence",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/gcloud-cli-persistence",
66
"description": "Avoid extra logins from the Google Cloud CLI by preserving the `~/.config/gcloud` folder across container instances.",
77
"options": {},

src/github-cli-persistence/NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Shells: `bash`, `zsh`, `fish`
1010

1111
| Version | Notes |
1212
| ------- | ---------------------------------------------------- |
13+
| 1.0.2 | Update soft dependencies |
1314
| 1.0.1 | Fix Docs |
1415
| 1.0.0 | Support zsh + refactor |
1516
| 0.0.3 | Delete some unnecessary "echo" statements |

src/github-cli-persistence/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Github CLI Persistence",
33
"id": "github-cli-persistence",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/github-cli-persistence",
66
"description": "Avoid extra logins from the Github CLI by preserving the `~/.config/gh` folder across container instances.",
77
"options": {},

0 commit comments

Comments
 (0)