Skip to content

Commit 91948be

Browse files
committed
Cut 0.5.2
1 parent 5c11c20 commit 91948be

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.5.2
2+
======
3+
* Fix issues #140 (invalid default timeouts) and #141 (Poor experience when kubectl isn't in path)
4+
* Switch to call kubectl exec with `--` before the command since the old way is deprecated
5+
16
0.5.1
27
======
38
Small bugfix release, fixing issue with `delete`

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "click"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "A command-line REPL for Kubernetes that integrates into existing cli workflows"
55
authors = ["Nick Lanham <nick@afternight.org>"]
66
homepage = "https://github.com/databricks/click/wiki"

0 commit comments

Comments
 (0)