Bump version to 0.1.2

This commit is contained in:
Joscha 2024-12-14 18:09:50 +01:00
parent ceefa426f6
commit 7b9fae31cd
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.1.2 - 2024-12-14
### Added ### Added
- `Attr::set` - `Attr::set`

View file

@ -1,6 +1,6 @@
[package] [package]
name = "el" name = "el"
version = "0.1.1" version = "0.1.2"
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"