We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3c302d + b66c5f4 commit a4211f7Copy full SHA for a4211f7
CHANGELOG.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
## [Unreleased]
8
9
## [0.1.2] - 2023-07-24
10
-### Added
+### Changed
11
- update aws-sdk-cloudwatchlogs version from 0.27.0 to 0.28.0 https://github.com/ymgyt/tracing-cloudwatch/pull/6
12
13
## [0.1.1] - 2023-05-07
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "tracing-cloudwatch"
3
-version = "0.1.1"
+version = "0.1.2"
4
edition = "2021"
5
license = "MIT"
6
description = "tracing-subscriber layer that sends your application's tracing events(logs) to AWS CloudWatch Logs"
0 commit comments