Skip to content

Commit d234fc6

Browse files
committed
chore: Release
1 parent 8f459a5 commit d234fc6

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

CHANGELOG.md

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

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

5+
## [0.1.0-alpha.17] - 2025-01-03
6+
7+
### Bug Fixes
8+
9+
- Fix for wrong traefik config regarding TLS (Fixes #157) ✔️
10+
11+
### Dependencies
12+
13+
- Update rust crate async-trait to v0.1.84 (#156) ✔️
14+
- Update rust dependencies auto-merge (patch) (#154) ✔️
15+
16+
### Documentation
17+
18+
- Update docs how to create a release ✔️
19+
520
## [0.1.0-alpha.16] - 2025-01-01
621

722
### Bug Fixes
@@ -320,7 +335,7 @@ All notable changes to this project will be documented in this file.
320335

321336
- Enable changelog for ci changes ✔️
322337

323-
## [0.1.0-alpha.3] - 2024-10-17
338+
## [0.1.0-alpha.2] - 2024-10-17
324339

325340
### Bug Fixes
326341

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