diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f34b56..875cbb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.1.0-alpha.15] - 2024-12-30 + +### Dependencies + +- Update dependency @sveltejs/kit to v2.15.1 ✔️ + ## [0.1.0-alpha.14] - 2024-12-30 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index ae62224..e5a0497 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2284,7 +2284,7 @@ dependencies = [ [[package]] name = "scotty" -version = "0.1.0-alpha.14" +version = "0.1.0-alpha.15" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 0f18e9f..c6d5d62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scotty" -version = "0.1.0-alpha.14" +version = "0.1.0-alpha.15" edition = "2021" description = "scotty is a small PaaS which helps you to administer a bunch of docker-compose-based applications. It comes with an API and a cli" authors = ["Stephan Maximilian Huber "]