# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.1.0] - 2024-09-18 ### Added * Add `memory_available` to return the available memory in bytes. * Add `memory_max` to read and parse the memory max file. * Add `memory_max_parse` to parse the max memory line. * Add `memory_max_unsafe` to read and parse the memory max file using unsafe code. * Add `memory_net_used` to return the net used memory in bytes. * Add `memory_net_used_calc` to calculate the net used memory in bytes. * Add `memory_stat` to reads and parse the memory statistics file.