diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba6d19..41dc258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## main branch +## Release 1.0.4 (2024-02-18) * Hide usage of [assert2] in doc examples to make them slightly clearer for users not familiar with it. diff --git a/Cargo.lock b/Cargo.lock index 651f2bb..dc93db4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" [[package]] name = "htmlize" -version = "1.0.3" +version = "1.0.4" dependencies = [ "assert2", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 00aceaf..2b0df19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "htmlize" -version = "1.0.3" +version = "1.0.4" authors = ["Daniel Parks "] description = "Encode and decode HTML entities in UTF-8 according to the standard" homepage = "https://github.com/danielparks/htmlize" diff --git a/README.md b/README.md index 55b843f..edab946 100644 --- a/README.md +++ b/README.md @@ -189,20 +189,20 @@ additional terms or conditions. [docs.rs]: https://docs.rs/htmlize/latest/htmlize/ [crates.io]: https://crates.io/crates/htmlize -[`escape_text()`]: https://docs.rs/htmlize/1.0.3/htmlize/fn.escape_text.html -[`escape_text_bytes()`]: https://docs.rs/htmlize/1.0.3/htmlize/fn.escape_text_bytes.html -[`escape_attribute()`]: https://docs.rs/htmlize/1.0.3/htmlize/fn.escape_attribute.html -[`escape_attribute_bytes()`]: https://docs.rs/htmlize/1.0.3/htmlize/fn.escape_attribute_bytes.html -[`escape_all_quotes()`]: https://docs.rs/htmlize/1.0.3/htmlize/fn.escape_all_quotes.html -[`escape_all_quotes_bytes()`]: https://docs.rs/htmlize/1.0.3/htmlize/fn.escape_all_quotes_bytes.html -[`unescape()`]: https://docs.rs/htmlize/1.0.3/htmlize/fn.unescape.html -[`unescape_attribute()`]: https://docs.rs/htmlize/1.0.3/htmlize/fn.unescape_attribute.html -[`unescape_in()`]: https://docs.rs/htmlize/1.0.3/htmlize/fn.unescape_in.html -[`unescape_bytes_in()`]: https://docs.rs/htmlize/1.0.3/htmlize/fn.unescape_bytes_in.html +[`escape_text()`]: https://docs.rs/htmlize/1.0.4/htmlize/fn.escape_text.html +[`escape_text_bytes()`]: https://docs.rs/htmlize/1.0.4/htmlize/fn.escape_text_bytes.html +[`escape_attribute()`]: https://docs.rs/htmlize/1.0.4/htmlize/fn.escape_attribute.html +[`escape_attribute_bytes()`]: https://docs.rs/htmlize/1.0.4/htmlize/fn.escape_attribute_bytes.html +[`escape_all_quotes()`]: https://docs.rs/htmlize/1.0.4/htmlize/fn.escape_all_quotes.html +[`escape_all_quotes_bytes()`]: https://docs.rs/htmlize/1.0.4/htmlize/fn.escape_all_quotes_bytes.html +[`unescape()`]: https://docs.rs/htmlize/1.0.4/htmlize/fn.unescape.html +[`unescape_attribute()`]: https://docs.rs/htmlize/1.0.4/htmlize/fn.unescape_attribute.html +[`unescape_in()`]: https://docs.rs/htmlize/1.0.4/htmlize/fn.unescape_in.html +[`unescape_bytes_in()`]: https://docs.rs/htmlize/1.0.4/htmlize/fn.unescape_bytes_in.html [`Cow`]: https://doc.rust-lang.org/std/borrow/enum.Cow.html [official WHATWG algorithm]: https://html.spec.whatwg.org/multipage/parsing.html#character-reference-state [phf]: https://crates.io/crates/phf -[features]: https://docs.rs/htmlize/1.0.3/htmlize/index.html#features +[features]: https://docs.rs/htmlize/1.0.4/htmlize/index.html#features [iai]: https://crates.io/crates/iai [criterion]: https://crates.io/crates/criterion [`cargo criterion`]: https://crates.io/crates/cargo-criterion