diff --git a/CHANGELOG b/CHANGELOG index 1a64d18..ee152fe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +0.7.2 +----- +Update dependencies + 0.7.1 ----- Add missing documentation diff --git a/Cargo.toml b/Cargo.toml index 60983a3..4d7cb50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ categories = ["parser-implementations", "development-tools", "command-line-utili homepage = "https://rscarson.github.io/Lavendeux/" repository = "https://github.com/rscarson/lavendeux-parser" readme = "readme.md" -version = "0.7.1" +version = "0.7.2" edition = "2021" [features] diff --git a/src/lib.rs b/src/lib.rs index e671b34..39db9f1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -102,7 +102,7 @@ //! } //! ``` //! Extensions give a more flexible way of adding functionality at runtime. Extensions are written in javascript. -#![doc(html_root_url = "https://docs.rs/lavendeux-parser/0.7.1")] +#![doc(html_root_url = "https://docs.rs/lavendeux-parser/0.7.2")] #![warn(missing_docs)] #![warn(rustdoc::missing_doc_code_examples)]