From ca19d74722c519a6e038af35a3bd1b66ef73ada8 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sat, 25 May 2024 11:25:04 +0000 Subject: [PATCH] chore(release): 0.1.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ Cargo.toml | 3 +++ 2 files changed, 35 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7b2986a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +# 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] - 2024-05-25 + +### Added +- add cuddle clusters release please +- remove nested +- add functions again +- add vault +- add actual render +- add nested +- add cuddle plan +- add actual example +- can recursively load files +- can traverse stuff +- add variables +- add basic environment sharing +- add minijinja +- add more tests +- add basic templates +- add basic + +### Other +- *(test)* test commit +- *(test)* test commit +- vault secret diff --git a/Cargo.toml b/Cargo.toml index 1519161..4f84481 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,3 +11,6 @@ tracing-subscriber = { version = "0.3.18" } clap = { version = "4", features = ["derive", "env"] } dotenv = { version = "0.15" } axum = { version = "0.7" } + +[workspace.package] +version = "0.1.0"