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 "]