We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f56a615 + a529e0a commit 8ffdaf0Copy full SHA for 8ffdaf0
CHANGELOG.md
@@ -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
+
7
0.6.0
8
=====
9
Features:
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "click"
-version = "0.6.0"
+version = "0.6.1"
description = "A command-line REPL for Kubernetes that integrates into existing cli workflows"
authors = ["Nick Lanham <nick@afternight.org>"]
homepage = "https://github.com/databricks/click/wiki"
0 commit comments