From cf4b21ca14661589741b06572148e241a0346698 Mon Sep 17 00:00:00 2001 From: Stephan Huber Date: Thu, 17 Oct 2024 17:17:08 +0200 Subject: [PATCH] chore: Release scotty version 0.1.0-alpha.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- changelog.md | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2708104..c25724e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2139,7 +2139,7 @@ dependencies = [ [[package]] name = "scotty" -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ae2b5c5..9df7516 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scotty" -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" 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 "] diff --git a/changelog.md b/changelog.md index cba3dfb..2b32918 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [unreleased] +## [0.1.0-alpha.2] - 2024-10-17 ### Bug Fixes @@ -45,6 +45,9 @@ All notable changes to this project will be documented in this file. ### Documentation +- Fixing typos ✔️ +- Add some more context what the server is actually doing ✔️ +- Some typo fixes ✔️ - Add documentation and local development sections to the readme ✔️ - Update readme ✔️ - Update readme ✔️