at e1dfdc3
## [0.7.1] - 2026-06-16 ### 🚀 Features - Add in/exclude to git ui refs to generate ### 🐛 Bug Fixes - Enable use of $ABBAYE_BUILDING_VERSION in script builder outputs - Also in/exclude branches in the clonable repository according to config ### 🚜 Refactor - Move `archive_dir` to utils ### ⚙️ Miscellaneous Tasks - Prepare for next release - Release v0.7.1 ## [0.7.0] - 2026-06-08 ### 🚀 Features - Add a static UI for the repository. ### 🐛 Bug Fixes - Write site.css into theme_path/static, instead of theme_path - Load extra template files when using user theme - *(docs)* Remove extraneous header level in readme ### ⚙️ Miscellaneous Tasks - Release v0.7.0 ## [0.6.1] - 2026-06-04 ### 🚀 Features - *(cargo)* Skip custom-build targets in cargo builder ### ⚙️ Miscellaneous Tasks - Release v0.6.1 - Release v0.6.1 ## [0.6.0] - 2026-06-04 ### 🚀 Features - Add parallel builder execution - Enable parallel cargo builds - Add Markdown builder and template - *(cli)* Add UsageSpec command with clap_usage - Add self-update command reading from the published releases.atom ### ⚙️ Miscellaneous Tasks - Update config schema, fmt - Release v0.6.0 ## [0.5.1] - 2026-06-02 ### 🚀 Features - Add /latest/ link to "latest" badge on version listing page ### 🐛 Bug Fixes - Use correct URL for og:image property in template ### ⚙️ Miscellaneous Tasks - Add automatic http serving of `public` dir when contributing. ## [0.5.0] - 2026-06-02 ### 🚀 Features - If a `static` dir is found in custom theme folder, copy it to output - Add opengraph metadata to site generation - Add AbbayeConfig schema gen and `dump-schema` command - Add ScriptBuilder and version string propagation ### 🐛 Bug Fixes - Change schemars spec from 2020-12 to draft-07 - *(release)* Re-add cargo.lock whin running release task ### ⚙️ Miscellaneous Tasks - Fix git push before git tag in release task - Fix mise generate-schema task - Run mise fmt on toml files - Wait for schema generation before running linting - Release v0.5.0 ## [0.4.0] - 2026-05-31 ### 🚀 Features - Add build-all command which builds all tags ### ⚙️ Miscellaneous Tasks - Fixup mise.toml tasks - Release v0.4.0 ## [0.3.0] - 2026-05-31 ### 🚀 Features - Add CLI and config serialization - Add repository URL support - Add changelog to releases.atom feed - Add theming support ### 🐛 Bug Fixes - Remove builder artifact hashing as it is done on site build - Remove central wheel from logo - Copy files referenced in readme alongside with it ### 📚 Documentation - Fix main repo url - Add repo url & doc url to Cargo metadata - Add customization info to crate docs/README ### ⚙️ Miscellaneous Tasks - Fmt & rework `mise run release` - Release v0.3.0 - Release v0.3.0 - Release v0.3.0 ## [0.2.0] - 2026-05-31 ### 🚀 Features - Render dist file metadata in version index - Render dist metadata in version index + RSS ### 📚 Documentation - Add Logos and fill up the README ### ⚙️ Miscellaneous Tasks - Release v0.2.0 ## [0.1.1] - 2026-05-31 ### 🚀 Features - Add core site generator with builders and templates - Add changelog task and wire into build - Add release task and bump for changelog ### 🐛 Bug Fixes - Remove source tarball and change archiving path ### 🚜 Refactor - Rename abbaye2 to abbaye