Bump version to 0.1.3
This commit is contained in:
parent
0167d3cea3
commit
353934381b
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.3 - 2024-12-21
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- `html::attr::Rel`
|
- `html::attr::Rel`
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "el"
|
name = "el"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
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