Skip to content

Commit

Permalink
Merge pull request #140 from artichoke/lopopolo/release-v1.5.0
Browse files Browse the repository at this point in the history
Release v1.5.0
  • Loading branch information
lopopolo authored Mar 31, 2022
2 parents 168d0a3 + a64cd50 commit ba69eaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "intaglio"
version = "1.4.2" # remember to set `html_root_url` in `src/lib.rs`.
version = "1.5.0" # remember to set `html_root_url` in `src/lib.rs`.
authors = ["Ryan Lopopolo <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
intaglio = "1.4.2"
intaglio = "1.5.0"
```

Then intern UTF-8 strings like:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
//! [`&Path`]: std::path::Path
//! [`&'static Path`]: std::path::Path
#![doc(html_root_url = "https://docs.rs/intaglio/1.4.2")]
#![doc(html_root_url = "https://docs.rs/intaglio/1.5.0")]

// Ensure code blocks in README.md compile
#[cfg(all(doctest, feature = "bytes", feature = "cstr", feature = "path"))]
Expand Down

0 comments on commit ba69eaa

Please sign in to comment.