Skip to content

Commit 72d946c

Browse files
committed
Bump version
1 parent 98218fc commit 72d946c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.3.0
4+
5+
- Spawn no more than `std::threads::available_parallelism() - 1` threads at any time ([#32](https://github.com/smoelius/rustdoc-prettier/pull/32))
6+
37
## 0.2.0
48

59
- Improve help message ([055aebc](https://github.com/smoelius/rustdoc-prettier/commit/055aebccef6a09ee5ac0ef14383f592a23bf6360), [8cf6c6f](https://github.com/smoelius/rustdoc-prettier/commit/8cf6c6f26fe8a4346a5b0569ede4552ae61f89f8), and [8217aeb](https://github.com/smoelius/rustdoc-prettier/commit/8217aebcd2d230276e67e42257a6b9d345451d67))

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustdoc-prettier"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Samuel Moelius <sam@moeli.us>"]
55
description = "Format //! and /// comments with prettier"
66
edition = "2021"

0 commit comments

Comments
 (0)