Bump version to 0.1.0

This commit is contained in:
Joscha 2024-12-02 21:21:18 +01:00
parent f4b3588ae1
commit 57e5e68270
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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"