Skip to content

Commit

Permalink
app runner 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Nov 14, 2024
1 parent 9888068 commit dfab5ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app_runner/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## \[Unreleased\]

## \[0.0.6\] - 2024-11-14

First version with CD that will trigger the deployment automatically.

### Changed

- The app spec is now strict and will fail parsing if there are any unknown fields in the spec. It is better to find
Expand Down
2 changes: 1 addition & 1 deletion app_runner/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "app_runner"
description = "Application runner for B-Fabric apps"
version = "0.0.5"
version = "0.0.6"
license = { text = "GPL-3.0" }
authors = [
{name = "Leonardo Schwarz", email = "[email protected]"},
Expand Down

0 comments on commit dfab5ac

Please sign in to comment.