Bump version to 0.2.0

This commit is contained in:
Joscha 2025-01-01 22:40:28 +01:00
parent 59b81d637b
commit bb7dedc9eb
2 changed files with 3 additions and 1 deletions

View file

@ -17,6 +17,8 @@ A dependency update to an incompatible version is considered a breaking change.
## Unreleased ## Unreleased
## v0.2.0 - 2025-01-01
### Changed ### Changed
- **(breaking)** Updated `axum-core` dependency to `0.5.0` - **(breaking)** Updated `axum-core` dependency to `0.5.0`

View file

@ -1,6 +1,6 @@
[package] [package]
name = "el" name = "el"
version = "0.1.3" version = "0.2.0"
edition = "2021" edition = "2021"
authors = ["Garmelon <garmelon@plugh.de>"] authors = ["Garmelon <garmelon@plugh.de>"]
description = "Write and manipulate HTML elements as data" description = "Write and manipulate HTML elements as data"