Skip to content

Commit

Permalink
Add changelog, new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Dec 17, 2021
1 parent 1d4669c commit b166317
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "num_threads"
version = "0.1.1"
version = "0.1.2"
authors = ["Jacob Pratt <[email protected]>"]
repository = "https://github.com/jhpratt/num_threads"
categories = ["api-bindings", "hardware-support", "os"]
Expand Down

0 comments on commit b166317

Please sign in to comment.