diff --git a/CHANGELOG.md b/CHANGELOG.md index f7be8db..deb7346 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.18] - 2025-01-03 + +### Bug Fixes + +- Slugify app-names passed to the API -- (Fixes #158) ✔️ + ## [0.1.0-alpha.17] - 2025-01-03 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 1c9b886..555c33f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2291,7 +2291,7 @@ dependencies = [ [[package]] name = "scotty" -version = "0.1.0-alpha.17" +version = "0.1.0-alpha.18" dependencies = [ "anyhow", "async-trait", @@ -2336,7 +2336,7 @@ dependencies = [ [[package]] name = "scotty-core" -version = "0.1.0-alpha.17" +version = "0.1.0-alpha.18" dependencies = [ "anyhow", "async-trait", @@ -2357,7 +2357,7 @@ dependencies = [ [[package]] name = "scottyctl" -version = "0.1.0-alpha.17" +version = "0.1.0-alpha.18" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 89cf040..bde1d07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["scotty-core", "scotty", "scottyctl"] resolver = "2" [workspace.package] name = "scotty" -version = "0.1.0-alpha.17" +version = "0.1.0-alpha.18" edition = "2021" description = "scotty is a Micro-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 "]