Skip to content

Commit 3995ab3

Browse files
committed
doc: v0.1.1
1 parent a87df12 commit 3995ab3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.1 - 2024-11-20
4+
5+
There are no API changes. Internal processing is also unchanged.
6+
37
## 0.1.0 - 2024-11-20
48

59
### 🎉Initial Release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Create a ConfigMap and a Job. And after the job is complete, delete them.
1515
#### With go install(recommend)
1616

1717
```sh
18-
go install github.com/miyamo2/kubectl-create-transient_configmap
18+
go install github.com/miyamo2/kubectl-create-transient_configmap@latest
1919
```
2020

2121
### Simple Usage

0 commit comments

Comments
 (0)