From 1dd95aa3b1cfe6e603cc72a5778db1c2e6c036bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 23:03:34 +0000 Subject: [PATCH] chore: release v0.5.2 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b6806a..fe61bae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.2](https://github.com/Arkptz/mitm2openapi/compare/v0.5.1...v0.5.2) - 2026-04-24 + +### Fixed + +- *(har)* apply header size caps consistent with mitmproxy reader +- *(reader)* reject symlinked directory inputs and entries + +### Other + +- release v0.5.2 +- *(security)* cover symlink directory and entry rejection +- *(readme)* trim content migrated to book, add docs badge +- *(book)* add mdBook scaffold with book.toml and all chapter content +- adjust CHANGELOG/CONTRIBUTING headings for mdBook inclusion +- regenerate demo.gif [skip ci] + ## [0.5.1](https://github.com/Arkptz/mitm2openapi/compare/v0.5.0...v0.5.1) - 2026-04-22 ### Other