diff --git a/CHANGELOG.md b/CHANGELOG.md index acb3fed..5f9dfd0 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.2.0 - 2025-01-01 + ### Changed - **(breaking)** Updated `axum-core` dependency to `0.5.0` diff --git a/Cargo.toml b/Cargo.toml index 20a72d2..c2d5f44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "el" -version = "0.1.3" +version = "0.2.0" edition = "2021" authors = ["Garmelon "] description = "Write and manipulate HTML elements as data"