diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e02e1a..faa900d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ A dependency update to an incompatible version is considered a breaking change. ## Unreleased +## v0.1.3 - 2024-12-21 + ### Added - `html::attr::Rel` diff --git a/Cargo.toml b/Cargo.toml index 55f6be4..81cf422 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "el" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["Garmelon "] description = "Write and manipulate HTML elements as data"