Skip to content

Commit

Permalink
chore: Release scotty version 0.1.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Oct 17, 2024
1 parent b1af353 commit 671c02b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ✔️
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -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 <[email protected]>"]
Expand Down

0 comments on commit 671c02b

Please sign in to comment.