Skip to content

Commit 51dd022

Browse files
docs: Bump version to 0.4.1
1 parent cbd5202 commit 51dd022

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ twox-hash = { version = "1.6.3", default-features = false }
1717

1818
[package]
1919
name = "two-face"
20-
version = "0.4.0"
20+
version = "0.4.1"
2121
edition = "2021"
2222
license = "MIT OR Apache-2.0"
23-
rust-version = "1.64"
23+
rust-version = "1.71.1"
2424
exclude = [
2525
"/assets",
2626
"/codecov.yml",

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ The process for cutting a new release
44
- `$ cargo +nightly udeps`
55
- [ ] Bump the `version` in `Cargo.toml`
66
- [ ] Propagate the change to `Cargo.lock`
7-
- `$ cargo check -p inlyne`
7+
- `$ cargo check -p two-face`
88
- [ ] Update the generated assets
99
- `$ cargo xtask gen -y`
1010
- [ ] Update `rust-version` in `Cargo.toml`
11-
- `$ cargo msrv --min 1.60 -- cargo check`
11+
- `$ cargo msrv find -- cargo check`
1212
- [ ] Update the `CHANGELOG.md` to reflect any of the changes
1313
- [ ] Merge changes through a PR or directly to make sure CI passes
1414
- [ ] Publish on crates.io

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ two-face = { version = ..., default-features = false, features = ["syntect-fancy
208208
/// ```
209209
/// assert_eq!(
210210
/// two_face::acknowledgement_url(),
211-
/// "https://github.com/CosmicHorrorDev/two-face/blob/v0.4.0/generated/acknowledgements_full.md"
211+
/// "https://github.com/CosmicHorrorDev/two-face/blob/v0.4.1/generated/acknowledgements_full.md"
212212
/// );
213213
/// ```
214214
pub fn acknowledgement_url() -> &'static str {

0 commit comments

Comments
 (0)