Skip to content

Commit 267414b

Browse files
author
Tom McCarthy
authored
chore: bump version to 0.11.0 (#76)
1 parent 541b051 commit 267414b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
## [0.10.1] - 2020-06-08
9+
## [0.11.0] - 2020-06-08
1010
### Fixed
1111
- **Metrics**: Fix a bug with Metrics causing an exception to be thrown when logging metrics if dimensions were not explicitly added.
1212

13+
### Changed
14+
- **Metrics**: No longer throws exception by default in case no metrics are emitted when using the log_metrics decorator.
15+
1316
## [0.10.0] - 2020-06-08
1417
### Added
1518
- **Metrics**: `capture_cold_start_metric` parameter added to `log_metrics` decorator

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_lambda_powertools"
3-
version = "0.10.1"
3+
version = "0.11.0"
44
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
55
authors = ["Amazon Web Services"]
66
classifiers=[

0 commit comments

Comments
 (0)