Bump version to 0.1.0
This commit is contained in:
parent
f4b3588ae1
commit
57e5e68270
2 changed files with 5 additions and 1 deletions
|
|
@ -16,3 +16,7 @@ A dependency update to an incompatible version is considered a breaking change.
|
|||
7. Publish new version of the crate
|
||||
|
||||
## Unreleased
|
||||
|
||||
## v0.1.0 - 2024-12-02
|
||||
|
||||
Initial release
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "el"
|
||||
version = "0.0.0"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Garmelon <garmelon@plugh.de>"]
|
||||
description = "Write and manipulate HTML elements as data"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue