diff --git a/ChangeLog.md b/ChangeLog.md index a9ac528..d4e9176 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,10 @@ `mem-info` uses [PVP Versioning][1]. +## 0.1.0.1 -- 2024-01-17 + +- Adjusted dependency bounds to remove any stale dependencies + ## 0.1.0.0 -- 2024-01-16 * Initial version. diff --git a/README.md b/README.md index 3592ee9..2235dc7 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ E.g, the following commands should suffice ```bash $ # choose a directory on your PATH; this example uses ${HOME}/.local/bin $ my_local_bin=${HOME}/.local/bin/printmem -$ release_url="https://github.com/adetokunbo/mem-info/releases/download/v0.1.0.0/printmem" +$ release_url="https://github.com/adetokunbo/mem-info/releases/download/v0.1.0.1/printmem" $ # download it $ wget -O $my_local_bin $release_url $ # make it executable diff --git a/mem-info.cabal b/mem-info.cabal index 0a758b0..2f6dae7 100644 --- a/mem-info.cabal +++ b/mem-info.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: mem-info -version: 0.1.0.0 +version: 0.1.0.1 synopsis: Print the core memory usage of programs description: A utility to accurately report the core memory usage of programs.