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"