diff --git a/CHANGELOG.md b/CHANGELOG.md index eda36a6c2..28509852f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,20 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -## [0.20.6-rc3] -### Fixed -- Final RC for smaps parsing logic, no significant changes from rc2. - -## [0.20.6-rc2] -### Fixed -- Fixes some bugs in the initial smaps parsing logic, renames metrics to - `smaps.*` - -## [0.20.6-rc1] +## [0.20.6] ### Added -- Adds experimental /proc//smap parsing to add very detailed memory usage +- Adds `/proc//smap` parsing to add very detailed memory usage. -## [0.20.6-rc0] ### Fixed - Fixed a bug in CLI key/value parsing where values might be incorrectly parsed as key/value pairs if they held lading's delimiter character. diff --git a/Cargo.lock b/Cargo.lock index 116527333..cee6c8ac2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1065,7 +1065,7 @@ dependencies = [ [[package]] name = "lading" -version = "0.20.6-rc3" +version = "0.20.6" dependencies = [ "async-pidfd", "average", diff --git a/lading/Cargo.toml b/lading/Cargo.toml index 96f6e7963..8ba379a49 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lading" -version = "0.20.6-rc3" +version = "0.20.6" authors = ["Brian L. Troutwine ", "George Hahn