Skip to content

Commit

Permalink
Merge pull request #150 from artichoke/lopopolo/release-1.2.0
Browse files Browse the repository at this point in the history
Prepare for 1.2.0 release
  • Loading branch information
lopopolo committed Aug 8, 2022
2 parents 995be99 + e1ab0d3 commit 02fa535
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 = "focaccia"
version = "1.1.2" # remember to set `html_root_url` in `src/lib.rs`.
version = "1.2.0" # remember to set `html_root_url` in `src/lib.rs`.
authors = ["Ryan Lopopolo <rjl@hyperbo.la>"]
license = "MIT AND Unicode-DFS-2016"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
focaccia = "1.1.2"
focaccia = "1.2.0"
```

Then make case insensitive string comparisons like:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
//! [`Error`]: https://doc.rust-lang.org/stable/std/error/trait.Error.html

#![no_std]
#![doc(html_root_url = "https://docs.rs/focaccia/1.1.2")]
#![doc(html_root_url = "https://docs.rs/focaccia/1.2.0")]

// Ensure code blocks in README.md compile
#[cfg(doctest)]
Expand Down

0 comments on commit 02fa535

Please sign in to comment.