Skip to content

Commit 5014b8d

Browse files
committed
chore: Release
1 parent 593f79e commit 5014b8d

File tree

3 files changed

+29
-5
lines changed

3 files changed

+29
-5
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

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

5+
## [0.1.0-alpha.21] - 2025-02-14
6+
7+
### Bug Fixes
8+
9+
- Fix middleware setup for traefik config and multiple domains #194 ✔️
10+
- Enable docker registry cleanup ✔️
11+
- Try to fix docker cleanup ✔️
12+
13+
### Dependencies
14+
15+
- Update rust crate uuid to v1.13.1 ✔️
16+
- Update dependency tailwindcss to v4 ✔️
17+
- Update rust docker tag to v1.84 ✔️
18+
- Bump nanoid from 3.3.7 to 3.3.8 in /frontend ✔️
19+
- Update dependency @sveltejs/adapter-auto to v4 ✔️
20+
- Update rust dependencies auto-merge (patch) (#182) ✔️
21+
- Update dependency @sveltejs/kit to v2.17.1 ✔️
22+
- Bump openssl from 0.10.68 to 0.10.70 ✔️
23+
24+
### Documentation
25+
26+
- Clarify documentation (#181) ✔️
27+
- Clarify autocompletion ✔️
28+
529
## [0.1.0-alpha.20] - 2025-01-22
630

731
### Bug Fixes
@@ -376,7 +400,7 @@ All notable changes to this project will be documented in this file.
376400

377401
- Enable changelog for ci changes ✔️
378402

379-
## [0.1.0-alpha.2] - 2024-10-17
403+
## [0.1.0-alpha.3] - 2024-10-17
380404

381405
### Bug Fixes
382406

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.20"
6+
version = "0.1.0-alpha.21"
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)