From 4d7d714a484a683c593a25de798a4797e075f999 Mon Sep 17 00:00:00 2001 From: Release-plz Date: Tue, 7 Apr 2026 02:56:14 +0000 Subject: [PATCH] chore(release): Release v0.1.0 Signed-off-by: Release-plz --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..c4edb4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,41 @@ # Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0](https://git.huizinga.dev/infra/crete/releases/tag/v0.1.0) - 2026-04-07 + +### Features + +- *(package)* Added PKGBUILD +- Set user agent +- *(performance)* Disable request features to reduce binary size +- Generate talos configs +- Show error if no clusters are found in repo +- Initial rewrite of python render tool + +### Refactor + +- Big internal refactor + +### Testing + +- Disable building tests + +### Miscellaneous Tasks + +- *(actions)* Publish Arch Linux package +- *(license)* Add GPL license +- *(actions)* Name steps +- *(actions)* Renamed release-plz workflow file +- *(actions)* Use committed to check pr commits +- *(actions)* Cancel in-progress ci runs when pushing to pr +- *(docs)* Added README +- *(actions)* Setup workflows +- Publish to gitea registry +- *(pre-commit)* Update pre commit config +# Changelog