From 123ee459399886662800bf1e646f5c2166a17511 Mon Sep 17 00:00:00 2001 From: George Hahn Date: Tue, 6 Feb 2024 15:32:13 -0700 Subject: [PATCH] Prepare release 0.20.7 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- lading/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28509852f..b6a3cb296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.20.7] +### Fixed +- Fix panic in memory map reading code + ## [0.20.6] ### Added - Adds `/proc//smap` parsing to add very detailed memory usage. diff --git a/Cargo.lock b/Cargo.lock index cee6c8ac2..8a010ca3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1065,7 +1065,7 @@ dependencies = [ [[package]] name = "lading" -version = "0.20.6" +version = "0.20.7" dependencies = [ "async-pidfd", "average", diff --git a/lading/Cargo.toml b/lading/Cargo.toml index 8ba379a49..1dc1193ef 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lading" -version = "0.20.6" +version = "0.20.7" authors = ["Brian L. Troutwine ", "George Hahn