Skip to content

Commit af089bc

Browse files
committed
0.1.4 release
1 parent b12a1c8 commit af089bc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# Unreleased
1+
# 0.1.4
22

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

5+
# 0.1.3
6+
7+
- Avoid heap allocation on MacOS.
8+
59
# 0.1.2
610

711
- Add support for MacOS

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "num_threads"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Jacob Pratt <[email protected]>"]
55
repository = "https://github.com/jhpratt/num_threads"
66
categories = ["api-bindings", "hardware-support", "os"]

0 commit comments

Comments
 (0)