mitmproxy 10.1.2

This commit is contained in:
mitmproxy release bot 2023-11-03 11:57:58 +00:00
parent 3470473e4b
commit 4c07dc8488
4 changed files with 7 additions and 7 deletions

View file

@ -2,6 +2,10 @@
## Unreleased: mitmproxy next
## 03 November 2023: mitmproxy 10.1.2
* Add a raw hex stream contentview.
([#6389](https://github.com/mitmproxy/mitmproxy/pull/6389), @mhils)
* Add a contentview for DNS-over-HTTPS.

File diff suppressed because one or more lines are too long

View file

@ -6,11 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="static/vendor.css" />
<link rel="stylesheet" href="static/app.css" />
<link
rel="icon"
href="static/images/favicon.ico"
type="image/x-icon"
/>
<link rel="icon" href="static/images/favicon.ico" type="image/x-icon" />
<script src="static/app.js"></script>
</head>
<body>

View file

@ -2,7 +2,7 @@ import os
import subprocess
import sys
VERSION = "11.0.0.dev"
VERSION = "10.1.2"
MITMPROXY = "mitmproxy " + VERSION
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one