chore(release): 0.1.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
cuddle-please 2024-05-25 11:25:04 +00:00
parent 94cc613bbe
commit ca19d74722
2 changed files with 35 additions and 0 deletions

32
CHANGELOG.md Normal file
View File

@ -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

View File

@ -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"