Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Jan 1, 2025
1 parent a91bd9e commit 2a1c8b2
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
Expand Down

0 comments on commit 2a1c8b2

Please sign in to comment.