Skip to content

Commit dac4dd3

Browse files
committed
chore: Release
1 parent 49e15e3 commit dac4dd3

File tree

3 files changed

+55
-4
lines changed

3 files changed

+55
-4
lines changed

CHANGELOG.md

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

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

5+
## [0.1.0-alpha.29] - 2025-05-12
6+
7+
### Bug Fixes
8+
9+
- Remove trailing newlines from UI messages ✔️
10+
- Fix: Change task output from stderr to stdout if it was targeted to
11+
stdout ❌
12+
- Include file path in env file parse error message ✔️
13+
- Fix environment variable precedence in app creation ✔️
14+
- Update rust crate tempfile to v3.20.0 ✔️
15+
- Support binary file handling in file reading ✔️
16+
- Enhance error messages for root folder path resolution ✔️
17+
- Update rust crate tempfile to v3.19.1 ✔️
18+
19+
### Dependencies
20+
21+
- Update dependency typescript-eslint to v8.32.0 ✔️
22+
- Update dependency globals to v16.1.0 ✔️
23+
- Update rust dependencies auto-merge (patch) (#304) ✔️
24+
- Update dependency eslint-config-prettier to v10.1.5 (#303) ✔️
25+
- Update rust crate tower-http to v0.6.3 (#302) ✔️
26+
- Update dependency eslint-config-prettier to v10.1.3 (#300) ✔️
27+
- Update rust crate tokio to v1.45.0 ✔️
28+
- Update rust crate axum to v0.8.4 (#297) ✔️
29+
- Update rust crate axum to 0.8.0 ✔️
30+
- Update traefik docker tag to v3.4 ✔️
31+
- Update rust dependencies auto-merge (patch) ✔️
32+
- Update dependency eslint to v9.26.0 ✔️
33+
- Update npm dependencies auto-merge (patch) (#291) ✔️
34+
- Update rust crate config to 0.15.0 ✔️
35+
- Update dependency daisyui to v5 ✔️
36+
37+
### Documentation
38+
39+
- Improve examples in AppData documentation ✔️
40+
41+
### Features
42+
43+
- Enhance user interface with status line functionality ✔️
44+
- Enhance status line with emoji indicators ✔️
45+
- Embed frontend files into the executable ✔️
46+
47+
### Refactor
48+
49+
- Modularize and reorganize file and parser utilities ✔️
50+
- Implement custom debug for file structure ✔️
51+
- Introduce StatusLine for better status tracking and UI feedback ✔️
52+
- Streamline router setup for improved clarity ✔️
53+
- Upgrade axum to 0.8.1 ✔️
54+
- Improve builder pattern for configuration loading ✔️
55+
556
## [0.1.0-alpha.28] - 2025-05-06
657

758
### Features

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

55
[workspace.package]
6-
version = "0.1.0-alpha.28"
6+
version = "0.1.0-alpha.29"
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)