Skip to content

Commit 47d2784

Browse files
committed
Add new azure-cli-persistence release and fix release notes for shell-history
1 parent a0b2f31 commit 47d2784

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/azure-cli-persistence/NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
| Version | Notes |
55
| ------- | ------------------------------------------------------------ |
6-
| 0.0.6 | Fix fish history (@eitsupi) |
6+
| 0.0.6 | Add symlink for cliextensions folder |
77
| 0.0.5 | Use lifecycle scripts |
88
| 0.0.4 | Fix test for existing ~/.azure folder |
99
| 0.0.3 | Rename existing ~/.azure folder to ~/.azure-old if it exists |

src/azure-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": "Azure CLI Persistence",
33
"id": "azure-cli-persistence",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"description": "Preserve ~/.azure folder across container instances (avoids needing to login after rebuilding)",
66
"options": {},
77
"mounts": [

src/shell-history/NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
| Version | Notes |
55
| ------- | ------------------------------------------------------------------- |
6+
| 0.0.6 | Fix fish history (@eitsupi) |
67
| 0.0.5 | Revert to updating .bashrc etc to set HISTFILE env var |
78
| 0.0.4 | Use lifecycle scripts |
89
| 0.0.3 | Set `HISTFILE_OLD` when replacing a previous `HSITFILE` value |

0 commit comments

Comments
 (0)