diff --git a/CHANGELOG.md b/CHANGELOG.md index 66adf5d..2e31506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [0.3.2] - 2025-06-17 + +### Fixed + +- Wrong release sequence for 3.1, this corrects the changes necessary + ## [0.3.1] - 2025-06-17 ### Improved diff --git a/Cargo.lock b/Cargo.lock index e57614f..11dbf96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,7 +245,7 @@ dependencies = [ [[package]] name = "dotscope" -version = "0.3.1" +version = "0.3.2" dependencies = [ "bitflags", "boxcar", diff --git a/Cargo.toml b/Cargo.toml index cdbbe57..987fc09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dotscope" -version = "0.3.1" +version = "0.3.2" authors = ["Johann Kempter "] edition = "2021" description = "A high-performance, cross-platform framework for analyzing and reverse engineering .NET PE executables" diff --git a/src/lib.rs b/src/lib.rs index f28feb4..dbd1b9c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -67,7 +67,7 @@ //! //! ```toml //! [dependencies] -//! dotscope = "0.3.1" +//! dotscope = "0.3.2" //! ``` //! //! ### Using the Prelude