Compare commits

..

2 Commits

Author SHA1 Message Date
cuddle-please
18a9e08329 chore(release): 0.4.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-09 23:23:57 +00:00
63ed60d607
chore: update cuddle please
All checks were successful
continuous-integration/drone/push Build is passing
2025-01-10 00:22:48 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- *(deps)* update rust crate tracing to v0.1.41
### Other
- update cuddle please
- update cuddle please to include commit history in changelog
- *(deps)* update rust crate tokio to v1.43.0
- *(deps)* update all dependencies

View File

@ -23,7 +23,7 @@ impl MainAction for CuddlePlease {
action
.cuddle_please_src(&CuddlePleaseSrcArgs {
cuddle_image: "kasperhermansen/cuddle-please:main-1736462776".into(),
cuddle_image: "kasperhermansen/cuddle-please:main-1736464837".into(),
server: dagger_cuddle_please::models::SrcServer::Gitea {
token: std::env::var("CUDDLE_PLEASE_TOKEN")
.expect("CUDDLE_PLEASE_TOKEN to be present"),