From 61a6aaec654a9cae7800b39d74fa842f1b56c7df Mon Sep 17 00:00:00 2001 From: Jacob Pratt Date: Wed, 14 Feb 2024 21:47:47 -0500 Subject: [PATCH] v0.1.7 release --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b71e1e..ea0a68a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.1.7 + +Fix memory leak on Apple platforms + # 0.1.6 - Avoid heap allocation on FreeBSD diff --git a/Cargo.toml b/Cargo.toml index 31ec604..426c735 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "num_threads" -version = "0.1.6" +version = "0.1.7" authors = ["Jacob Pratt "] repository = "https://github.com/jhpratt/num_threads" categories = ["api-bindings", "hardware-support", "os"]