From 2a1c8b2b9965ef7ae9dc8e2bfd2ecaa301e78c19 Mon Sep 17 00:00:00 2001 From: Stephan Huber Date: Wed, 1 Jan 2025 18:36:59 +0100 Subject: [PATCH] chore: Release --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 3 files changed, 30 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 875cbb4..27447bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ All notable changes to this project will be documented in this file. +## [0.1.0-alpha.16] - 2025-01-01 + +### Bug Fixes + +- Update rust crate init-tracing-opentelemetry to 0.25.0 (#128) ✔️ + +### Dependencies + +- Update dependency typescript-eslint to v8.19.0 (#150) ✔️ +- Update rust crate serde to v1.0.217 (#153) ✔️ + +### Documentation + +- Fix cli docs ✔️ +- Add readmes for all three apps/libs ✔️ +- Update readme ✔️ +- Update badges ✔️ +- Update the readme and remove redundancy ✔️ +- Add documentation for shell autocompletion ✔️ + +### Features + +- Restructure into workspaces (#152) ✔️ +- Add new subcommand to generate completion scripts for shell autocompletion ✔️ + ## [0.1.0-alpha.15] - 2024-12-30 ### Dependencies @@ -295,7 +320,7 @@ All notable changes to this project will be documented in this file. - Enable changelog for ci changes ✔️ -## [0.1.0-alpha.2] - 2024-10-17 +## [0.1.0-alpha.3] - 2024-10-17 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 9906521..0026c7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2291,7 +2291,7 @@ dependencies = [ [[package]] name = "scotty" -version = "0.1.0-alpha.15" +version = "0.1.0-alpha.16" dependencies = [ "anyhow", "async-trait", @@ -2336,7 +2336,7 @@ dependencies = [ [[package]] name = "scotty-core" -version = "0.1.0-alpha.15" +version = "0.1.0-alpha.16" dependencies = [ "anyhow", "async-trait", @@ -2357,7 +2357,7 @@ dependencies = [ [[package]] name = "scottyctl" -version = "0.1.0-alpha.15" +version = "0.1.0-alpha.16" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index d700146..86090d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["scotty-core", "scotty", "scottyctl"] resolver = "2" [workspace.package] name = "scotty" -version = "0.1.0-alpha.15" +version = "0.1.0-alpha.16" 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 "]