Skip to content

Commit 8ffdaf0

Browse files
authored
Merge pull request databricks#199 from nicklan/cut-0.6.1
cut 0.6.1
2 parents f56a615 + a529e0a commit 8ffdaf0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.6.1
2+
=====
3+
Bugfix release:
4+
* Reqwest on osx seems to not support parsing multiple certs in one string, so we split them up and
5+
add them to the reqwest client one at a time
6+
17
0.6.0
28
=====
39
Features:

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.6.0"
3+
version = "0.6.1"
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)