Bump version to 0.1.1
This commit is contained in:
parent
cb96987115
commit
e172161b1e
2 changed files with 4 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ A dependency update to an incompatible version is considered a breaking change.
|
||||||
|
|
||||||
## Releasing a new version
|
## Releasing a new version
|
||||||
|
|
||||||
0. Ensure tests don't fail *ahem*
|
0. Ensure tests don't fail
|
||||||
1. Update dependencies in a separate commit, if necessary
|
1. Update dependencies in a separate commit, if necessary
|
||||||
2. Set new version number in [`Cargo.toml`](Cargo.toml)
|
2. Set new version number in [`Cargo.toml`](Cargo.toml)
|
||||||
3. Add new section in this changelog
|
3. Add new section in this changelog
|
||||||
|
|
@ -17,6 +17,8 @@ A dependency update to an incompatible version is considered a breaking change.
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## v0.1.1 - 2024-12-08
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- `Element::into_document`
|
- `Element::into_document`
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "el"
|
name = "el"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
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