Originally, I just used the current version when adding the dependency, but I see no reason to forbid earlier compatible versions.
1.3 KiB
1.3 KiB
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
- 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
Changed
- (breaking) Updated
axum-coredependency to0.5.0 - Relaxed lower bound on
httpdependency to1.0.0
v0.1.3 - 2024-12-21
Added
html::attr::Rel
Fixed
- Rendering of HTML comments
v0.1.2 - 2024-12-14
Added
Attr::sethtml::attr
Deprecated
Attr::newin favor ofAttr::setAttr::idin favor ofhtml::attr::idAttr::classin favor ofhtml::attr::classAttr::stylein favor ofhtml::attr::styleAttr::datain favor ofhtml::attr::data_x
v0.1.1 - 2024-12-08
Added
Element::into_documentimpl From<&String> for Content- Eponymous JS helper function in readme
v0.1.0 - 2024-12-02
Initial release