From 61dbc5861015e820faf98c7b23fdf07489faaf36 Mon Sep 17 00:00:00 2001 From: cdklabs-automation Date: Thu, 13 Feb 2025 00:17:03 +0000 Subject: [PATCH] chore: Release cdk-from-cfn version 0.188.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1586272e..2fe0d2d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,7 +561,7 @@ dependencies = [ [[package]] name = "cdk-from-cfn" -version = "0.187.0" +version = "0.188.0" dependencies = [ "anyhow", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index 714c646b..524312d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cdk-from-cfn" -version = "0.187.0" +version = "0.188.0" edition = "2021" rust-version = "1.84" description = "Turn AWS CloudFormation templates into AWS CDK applications"