Skip to content

Commit 9b4821c

Browse files
committed
Bump version
1 parent 4e21515 commit 9b4821c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 0.7.0
4+
5+
- Adjust help message ([#94](https://github.com/smoelius/rustdoc-prettier/pull/94))
6+
- FEATURE: Check whether `prettier` is installed before attempting to run it ([#95](https://github.com/smoelius/rustdoc-prettier/pull/95))
7+
38
## 0.6.1
49

510
- Ignore one more `NotFound` error ([#77](https://github.com/smoelius/rustdoc-prettier/pull/77) was incomplete) ([#84](https://github.com/smoelius/rustdoc-prettier/pull/84))

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.6.1"
3+
version = "0.7.0"
44
authors = ["Samuel Moelius <[email protected]>"]
55
description = "Format //! and /// comments with prettier"
66
edition = "2024"

0 commit comments

Comments
 (0)