Skip to content

Commit 2a1c8b2

Browse files
committed
chore: Release
1 parent a91bd9e commit 2a1c8b2

File tree

3 files changed

+30
-5
lines changed

3 files changed

+30
-5
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.0-alpha.16] - 2025-01-01
6+
7+
### Bug Fixes
8+
9+
- Update rust crate init-tracing-opentelemetry to 0.25.0 (#128) ✔️
10+
11+
### Dependencies
12+
13+
- Update dependency typescript-eslint to v8.19.0 (#150) ✔️
14+
- Update rust crate serde to v1.0.217 (#153) ✔️
15+
16+
### Documentation
17+
18+
- Fix cli docs ✔️
19+
- Add readmes for all three apps/libs ✔️
20+
- Update readme ✔️
21+
- Update badges ✔️
22+
- Update the readme and remove redundancy ✔️
23+
- Add documentation for shell autocompletion ✔️
24+
25+
### Features
26+
27+
- Restructure into workspaces (#152) ✔️
28+
- Add new subcommand to generate completion scripts for shell autocompletion ✔️
29+
530
## [0.1.0-alpha.15] - 2024-12-30
631

732
### Dependencies
@@ -295,7 +320,7 @@ All notable changes to this project will be documented in this file.
295320

296321
- Enable changelog for ci changes ✔️
297322

298-
## [0.1.0-alpha.2] - 2024-10-17
323+
## [0.1.0-alpha.3] - 2024-10-17
299324

300325
### Bug Fixes
301326

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["scotty-core", "scotty", "scottyctl"]
33
resolver = "2"
44
[workspace.package]
55
name = "scotty"
6-
version = "0.1.0-alpha.15"
6+
version = "0.1.0-alpha.16"
77
edition = "2021"
88
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"
99
authors = ["Stephan Maximilian Huber <[email protected]>"]

0 commit comments

Comments
 (0)