Merge pull request 'chore(release): v0.1.0' (#2) from cuddle-please/release into main
Reviewed-on: #2
This commit is contained in:
commit
649a7854f3
32
CHANGELOG.md
Normal file
32
CHANGELOG.md
Normal 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
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user