Skip to content

Commit 7a398dd

Browse files
joamagclaude
andcommitted
version: 1.40.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dab840a commit 7a398dd

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
* TRACE-aware logging format in API module's `_ensure_logger()`
13-
* Custom logging support for API classes with configurable level and format
12+
*
1413

1514
### Changed
1615

@@ -20,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2019

2120
*
2221

22+
## [1.40.0] - 2026-04-08
23+
24+
### Added
25+
26+
* TRACE-aware logging format in API module's `_ensure_logger()`
27+
* Custom logging support for API classes with configurable level and format
28+
2329
## [1.39.0] - 2026-04-08
2430

2531
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def read_file(path):
4444

4545
setuptools.setup(
4646
name="appier",
47-
version="1.39.0",
47+
version="1.40.0",
4848
author="Hive Solutions Lda.",
4949
author_email="development@hive.pt",
5050
description="Appier Framework",

0 commit comments

Comments
 (0)