Bump version to 0.1.2
This commit is contained in:
parent
ceefa426f6
commit
7b9fae31cd
2 changed files with 3 additions and 1 deletions
|
|
@ -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`
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue