We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80cf845 commit 4aee5b2Copy full SHA for 4aee5b2
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 0.4.0 / 2020-12-26
2
+
3
+This release now correctly resolves relative paths with regards to the
4
+configuration file, instead of the current working directory.
5
6
+* [FEATURE] `https`: Add a Validate() function. #22
7
+* [ENHANCEMENT] `https`: Mark kingpin flag as experimental. #20
8
+* [BUGFIX] `https`: Make certificate paths relative to configuration file. #21
9
10
## 0.3.0 / 2020-12-25
11
12
* [FEATURE] `https`: Add Serve to use an existing listener. #16
VERSION
@@ -1 +1 @@
-0.3.0
+0.4.0
0 commit comments