Skip to content

Commit

Permalink
Cuts 0.20.6-rc1 to test these smap changes
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed Jan 29, 2024
1 parent 9d78bf5 commit 2d3938b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### 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.
### Added
- Adds experimental /proc/<pid>/smap parsing to add very detailed memory usage

## [0.20.5]
### Added
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-rc0"
version = "0.20.6-rc1"
authors = ["Brian L. Troutwine <brian.troutwine@datadoghq.com>", "George Hahn <george.hahn@datadoghq.com"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 2d3938b

Please sign in to comment.