Skip to content

Commit

Permalink
Prepare release 0.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeHahn committed Feb 6, 2024
1 parent f04836c commit 123ee45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<pid>/smap` parsing to add very detailed memory usage.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lading/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lading"
version = "0.20.6"
version = "0.20.7"
authors = ["Brian L. Troutwine <[email protected]>", "George Hahn <[email protected]"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 123ee45

Please sign in to comment.