mitmproxy 10.1.0

This commit is contained in:
mitmproxy release bot 2023-09-24 15:12:43 +00:00
parent e42edb474a
commit 6ddcd9cb2a
3 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,10 @@
## Unreleased: mitmproxy next
## 24 September 2023: mitmproxy 10.1.0
* Add support for reading HAR files using the existing flow loading APIs, e.g. `mitmproxy -r example.har`.
([#6335](https://github.com/mitmproxy/mitmproxy/pull/6335), @stanleygvi)
* Add support for writing HAR files using the `save.har` command and the `hardump` option for mitmdump.

File diff suppressed because one or more lines are too long

View file

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