From 57e5e682708337724c7782b359e5358f6914b694 Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 2 Dec 2024 21:21:18 +0100 Subject: [PATCH] Bump version to 0.1.0 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f1fc4..e7799ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,3 +16,7 @@ A dependency update to an incompatible version is considered a breaking change. 7. Publish new version of the crate ## Unreleased + +## v0.1.0 - 2024-12-02 + +Initial release diff --git a/Cargo.toml b/Cargo.toml index 17b46e6..20bd437 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "el" -version = "0.0.0" +version = "0.1.0" edition = "2021" authors = ["Garmelon "] description = "Write and manipulate HTML elements as data"