Compare commits

3 Commits

Author SHA1 Message Date
cuddle-please
37b2bdfdec chore(release): 0.0.1 2025-07-21 15:19:34 +00:00
937dfdd9c6 feat: remove .cuddle 2025-07-21 17:10:04 +02:00
539bee9085 feat: add cuddle please 2025-07-21 17:09:45 +02:00
3 changed files with 24 additions and 0 deletions

3
.drone.yml Normal file
View File

@@ -0,0 +1,3 @@
kind: template
load: cuddle-go-lib-plan.yaml

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.cuddle/

20
CHANGELOG.md Normal file
View File

@@ -0,0 +1,20 @@
# 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.0.1] - 2025-07-21
### Added
- remove .cuddle
- add cuddle please
- add cuddle
- remove fluff
- add readme
- add basic config loader
### Other
- fmt