Skip to content

Commit

Permalink
bring back log messages in app runner
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Feb 6, 2025
1 parent fd4b51a commit 799c58e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bfabric/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "bfabric"
description = "Python client for the B-Fabric API"
version = "1.13.18"
version = "1.13.19"
license = { text = "GPL-3.0" }
authors = [
{ name = "Christian Panse", email = "[email protected]" },
Expand Down
6 changes: 6 additions & 0 deletions bfabric_app_runner/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## \[Unreleased\]

## \[0.0.15\] - 2025-02-06

### Added

- New input type `file` which replaces `file_scp` and preserves timestamps whenever possible and allows to create
Expand All @@ -14,6 +16,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

- Better error when app version is not found.

### Fixed

- Config: Log messages are shown by default again.

## \[0.0.14\] - 2025-01-30

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions bfabric_app_runner/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ build-backend = "hatchling.build"
[project]
name = "bfabric_app_runner"
description = "Application runner for B-Fabric apps"
version = "0.0.14"
version = "0.0.15"
license = { text = "GPL-3.0" }
authors = [
{name = "Leonardo Schwarz", email = "[email protected]"},
]
requires-python = ">=3.12"
dependencies = [
"bfabric==1.13.18",
"bfabric>=1.13.19",
"pydantic",
"glom",
"mako",
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Versioning currently follows `X.Y.Z` where

## \[Unreleased\]

## \[1.13.19\] - 2025-02-06

### Fixed

- Config: Log messages of app runner are shown by default again.

## \[1.13.18\] - 2025-01-28

### Changed
Expand Down

0 comments on commit 799c58e

Please sign in to comment.