From e172161b1efdc0310403604b4630a0b3b895d248 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 8 Dec 2024 00:24:39 +0100 Subject: [PATCH] Bump version to 0.1.1 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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"