Skip to content

Commit

Permalink
0.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Mar 11, 2022
1 parent b12a1c8 commit af089bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Unreleased
# 0.1.4

- Modified MacOS implementation to be friendly towards Apple app store review guidelines.

# 0.1.3

- Avoid heap allocation on MacOS.

# 0.1.2

- Add support for MacOS
Expand Down
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.3"
version = "0.1.4"
authors = ["Jacob Pratt <[email protected]>"]
repository = "https://github.com/jhpratt/num_threads"
categories = ["api-bindings", "hardware-support", "os"]
Expand Down

0 comments on commit af089bc

Please sign in to comment.