Skip to content

Commit a611593

Browse files
committed
Release v2.0.1.
1 parent f8eb6c5 commit a611593

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

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,7 +1,7 @@
11
[package]
22
name = "cargo-rdme"
33
description = "Cargo command to create your `README.md` from your crate's documentation"
4-
version = "2.0.1-pre"
4+
version = "2.0.1"
55
authors = ["Diogo Sousa <diogogsousa@gmail.com>"]
66

77
edition = "2024"

release-notes.md

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

3+
## 2.0.1
4+
5+
1. Migrate to `taiki-e/upload-rust-binary-action` for release binaries, fixing the macOS build.
6+
37
## 2.0.0
48

59
1. Use rustdoc JSON for intralink resolution. This fixes a bunch of limitation we had with the previous `syn`-based

0 commit comments

Comments
 (0)