From 7b9fae31cdb739dc333fc791ef170aac2ce23dbf Mon Sep 17 00:00:00 2001 From: Joscha Date: Sat, 14 Dec 2024 18:09:50 +0100 Subject: [PATCH] Bump version to 0.1.2 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f180d9..033eb1a 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.2 - 2024-12-14 + ### Added - `Attr::set` diff --git a/Cargo.toml b/Cargo.toml index a6bda26..55f6be4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "el" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Garmelon "] description = "Write and manipulate HTML elements as data"