Skip to content

Commit 1e5daf3

Browse files
committed
chore: Release
1 parent d7619c8 commit 1e5daf3

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.0-alpha.18] - 2025-01-03
6+
7+
### Bug Fixes
8+
9+
- Slugify app-names passed to the API -- (Fixes #158) ✔️
10+
511
## [0.1.0-alpha.17] - 2025-01-03
612

713
### Bug Fixes

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["scotty-core", "scotty", "scottyctl"]
33
resolver = "2"
44
[workspace.package]
55
name = "scotty"
6-
version = "0.1.0-alpha.17"
6+
version = "0.1.0-alpha.18"
77
edition = "2021"
88
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"
99
authors = ["Stephan Maximilian Huber <[email protected]>"]

0 commit comments

Comments
 (0)