From b1663170c2240175fd92c3c9bd45c1b648637eea Mon Sep 17 00:00:00 2001 From: Jacob Pratt Date: Fri, 17 Dec 2021 02:21:42 -0500 Subject: [PATCH] Add changelog, new release --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5537cec --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# 0.1.2 + +- Add support for MacOS + +# 0.1.1 + +- Fix memory leak on FreeBSD +- Improve performance on Linux + +# 0.1.0 + +- Initial release with support for Linux, FreeBSD diff --git a/Cargo.toml b/Cargo.toml index 11cf32b..b6de6f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "num_threads" -version = "0.1.1" +version = "0.1.2" authors = ["Jacob Pratt "] repository = "https://github.com/jhpratt/num_threads" categories = ["api-bindings", "hardware-support", "os"]