Skip to content

Commit

Permalink
Release 0.1.2!
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jan 19, 2025
1 parent 131f87e commit b640359
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.1.2 (2025-01-18)
=====
* Fixed compilation on freebsd.

0.1.1 (2024-04-17)
=====
* Added private and swapped process memory.
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(lang dune 2.8)
(version 0.1.1)
(version 0.1.2)
(name mem_usage)
(source (github savonet/ocaml-mem_usage))
(license MIT)
Expand Down
2 changes: 1 addition & 1 deletion mem_usage.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1.1"
version: "0.1.2"
synopsis: "Cross-platform stats about memory usage"
maintainer: ["The Savonet Team <[email protected]>"]
authors: ["Romain Beauxis <[email protected]>"]
Expand Down

0 comments on commit b640359

Please sign in to comment.