# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.2.1](https://github.com/kedom1337/peview/compare/peview-v0.2.0...peview-v0.2.1) - 2022-12-25 ### Other - Improved example in README.md and made it runable ## 0.2.0 - 2022-12-25 ### Added - Support for parsing the attribute certificate table - [**breaking**] Added support for file offset addresses on top of RVA's ### Other - Pointed to more usage examples in README.md ## 0.1.1 - 2022-12-05 ### Other - Setup github actions to build, lint and format - Small code refacturing