Skip to content

Commit

Permalink
Merge pull request #172 from artichoke/lopopolo/release-1.7.0
Browse files Browse the repository at this point in the history
Prepare for 1.7.0 release
  • Loading branch information
lopopolo authored Aug 8, 2022
2 parents 0f93b80 + 3ee3227 commit 2015cc1
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.6.1" # remember to set `html_root_url` in `src/lib.rs`.
version = "1.7.0" # remember to set `html_root_url` in `src/lib.rs`.
authors = ["Ryan Lopopolo <rjl@hyperbo.la>"]
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.6.1"
intaglio = "1.7.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 @@ -108,7 +108,7 @@
//! [`&Path`]: std::path::Path
//! [`&'static Path`]: std::path::Path

#![doc(html_root_url = "https://docs.rs/intaglio/1.6.1")]
#![doc(html_root_url = "https://docs.rs/intaglio/1.7.0")]

// Ensure code blocks in `README.md` compile
//
Expand Down

0 comments on commit 2015cc1

Please sign in to comment.