Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Jan 3, 2025
1 parent 8f459a5 commit d234fc6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [0.1.0-alpha.17] - 2025-01-03

### Bug Fixes

- Fix for wrong traefik config regarding TLS (Fixes #157) ✔️

### Dependencies

- Update rust crate async-trait to v0.1.84 (#156) ✔️
- Update rust dependencies auto-merge (patch) (#154) ✔️

### Documentation

- Update docs how to create a release ✔️

## [0.1.0-alpha.16] - 2025-01-01

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

- Enable changelog for ci changes ✔️

## [0.1.0-alpha.3] - 2024-10-17
## [0.1.0-alpha.2] - 2024-10-17

### Bug Fixes

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["scotty-core", "scotty", "scottyctl"]
resolver = "2"
[workspace.package]
name = "scotty"
version = "0.1.0-alpha.16"
version = "0.1.0-alpha.17"
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 <[email protected]>"]
Expand Down

0 comments on commit d234fc6

Please sign in to comment.