diff --git a/CHANGELOG.md b/CHANGELOG.md index c2af49a..b990096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ A dependency update to an incompatible version is considered a breaking change. ## Releasing a new version -0. Ensure tests don't fail *ahem* +0. Ensure tests don't fail 1. Update dependencies in a separate commit, if necessary 2. Set new version number in [`Cargo.toml`](Cargo.toml) 3. Add new section in this changelog @@ -17,6 +17,8 @@ A dependency update to an incompatible version is considered a breaking change. ## Unreleased +## v0.1.1 - 2024-12-08 + ### Added - `Element::into_document` diff --git a/Cargo.toml b/Cargo.toml index 20bd437..a6bda26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "el" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Garmelon "] description = "Write and manipulate HTML elements as data"