From aad63b0f4f3caa57047febad7a022eb29ff45ceb Mon Sep 17 00:00:00 2001 From: Alexander Rashed Date: Tue, 28 Jan 2025 09:06:18 +0100 Subject: [PATCH] bump version to 0.20.1, add changelog entry --- README.md | 1 + setup.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7497285..37f329b 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ please refer to the man pages of `terraform --help`. ## Change Log +* v0.20.1: Fix list config rendering * v0.20.0: Fix S3 backend option merging * v0.19.0: Add `SKIP_ALIASES` configuration environment variable * v0.18.2: Fix warning on aliased custom endpoint names diff --git a/setup.cfg b/setup.cfg index 34c600f..465bf71 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = terraform-local -version = 0.20.0 +version = 0.20.1 url = https://github.com/localstack/terraform-local author = LocalStack Team author_email = info@localstack.cloud