Skip to content

Commit

Permalink
prepare for v1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc-blroth committed Jun 26, 2024
1 parent f0a010d commit 431e746
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 1.2.0

- Clarify documentation to explicitly state that the data is returned in bytes ([#5](https://github.com/Arc-blroth/memory-stats/pull/5))
- Fix building on unsupported OSes ([#8](https://github.com/Arc-blroth/memory-stats/pull/8))
- Support FreeBSD ([#10](https://github.com/Arc-blroth/memory-stats/pull/10))
- Use the `windows-sys` crate over the old `winapi` crate on Windows ([#11](https://github.com/Arc-blroth/memory-stats/pull/11))

## Version 1.1.0

- Added `always_use_statm` feature for use cases where speed is needed over accuracy.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "memory-stats"
authors = ["Arc-blroth <[email protected]>"]
license = "MIT OR Apache-2.0"
version = "1.1.0"
version = "1.2.0"
edition = "2021"
description = "A cross-platform memory profiler for Rust."
repository = "https://github.com/Arc-blroth/memory-stats"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add `memory-stats` as a dependency to your `Cargo.toml`:

```toml
[dependencies]
memory-stats = "1.0.0"
memory-stats = "1.2.0"
```

### Optional Features
Expand Down

0 comments on commit 431e746

Please sign in to comment.