From c288a87cd82081b4ad392b9d5b6850305de280f0 Mon Sep 17 00:00:00 2001 From: Stephan Huber Date: Tue, 22 Oct 2024 17:31:32 +0200 Subject: [PATCH] chore: Release scotty version 0.1.0-alpha.7 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70742d7..61a2913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.1.0-alpha.7] - 2024-10-22 + +### CI + +- Fix cross compiling for linux ✔️ + ## [0.1.0-alpha.6] - 2024-10-22 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 4cb3a6c..2cece11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2139,7 +2139,7 @@ dependencies = [ [[package]] name = "scotty" -version = "0.1.0-alpha.6" +version = "0.1.0-alpha.7" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index f0d3b9d..2cd33c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scotty" -version = "0.1.0-alpha.6" +version = "0.1.0-alpha.7" edition = "2021" description = "scotty is a small 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 "]