diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b32918..2e39244 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.4] - 2024-10-17 + +### CI + +- Enable changelog for ci changes ✔️ + ## [0.1.0-alpha.2] - 2024-10-17 ### Bug Fixes @@ -43,6 +49,25 @@ All notable changes to this project will be documented in this file. - Add docker-compose to the docker image ✔️ - Add docker-compose to the docker image ✔️ +### CI + +- Cleanup double action runs ✔️ +- Add workflow to build executables for all major platforms ✔️ +- Fix tests ✔️ +- Deploy latest image to testbed ✔️ +- Deploy latest image to testbed ✔️ +- Deploy latest image to testbed ✔️ +- Deploy latest image to testbed ✔️ +- Deploy latest image to testbed ✔️ +- Deploy latest image to testbed ✔️ +- Deploy latest image to testbed ✔️ +- Deploy latest image to testbed ✔️ +- Deploy latest image to testbed ✔️ +- Fix ci ✔️ +- Fix CI ✔️ +- Add to ci ✔️ +- Add to ci ✔️ + ### Documentation - Fixing typos ✔️ diff --git a/Cargo.lock b/Cargo.lock index 08bea58..eae9268 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2139,7 +2139,7 @@ dependencies = [ [[package]] name = "scotty" -version = "0.1.0-alpha.3" +version = "0.1.0-alpha.4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 6cdf54d..37d7e1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scotty" -version = "0.1.0-alpha.3" +version = "0.1.0-alpha.4" 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 "]