Skip to content

Commit

Permalink
Fill changelog and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
pabateman committed Dec 18, 2022
1 parent 73af17b commit 398d4d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history

## v0.2.1

- Improve help tips

## v0.2.0

- Init containers support
Expand Down
2 changes: 1 addition & 1 deletion cmd/kubectl-nsenter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
func main() {
app := &cli.App{
Name: "kubectl-nsenter",
Version: "v0.2.0",
Version: "v0.2.1",
Compiled: time.Now(),
Authors: []*cli.Author{
{
Expand Down

0 comments on commit 398d4d6

Please sign in to comment.