Skip to content

Commit e078b1f

Browse files
authored
Release v0.12.0 (#246)
* [FEATURE] Add pprof links to landing page #196 * [FEATURE] Support listen on vsock #220 * [ENHANCEMENT] Add hints for bash completion #190 * [ENHANCEMENT] Support kingpin.CmdClause as argument #238 * [BUGFIX] Don't swollow listen errors #232 Signed-off-by: SuperQ <[email protected]>
1 parent 9e1fe57 commit e078b1f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
## 0.12.0 / 2024-09-03
2+
3+
* [FEATURE] Add pprof links to landing page #196
4+
* [FEATURE] Support listen on vsock #220
5+
* [ENHANCEMENT] Add hints for bash completion #190
6+
* [ENHANCEMENT] Support kingpin.CmdClause as argument #238
7+
* [BUGFIX] Don't swollow listen errors #232
8+
19
## 0.11.0 / 2023-12-09
210

3-
* [FEATURE] Allow passing of TLS certificates inline (#158)
11+
* [FEATURE] Allow passing of TLS certificates inline #158
412

513
## 0.10.0 / 2023-05-01
614

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0
1+
0.12.0

0 commit comments

Comments
 (0)