783 B
783 B
Changelog
All notable changes to this project will be documented in this file. The format is based on Keep a Changelog. A dependency update to an incompatible version is considered a breaking change.
Releasing a new version
- Ensure tests don't fail ahem
- Update dependencies in a separate commit, if necessary
- Set new version number in
Cargo.toml - Add new section in this changelog
- Commit with message
Bump version to X.Y.Z - Create tag named
vX.Y.Z - Push
masterand the new tag to GitHub - Publish new version of the crate
Unreleased
Added
Element::into_documentimpl From<&String> for Content- Eponymous JS helper function in readme
v0.1.0 - 2024-12-02
Initial release