Skip to content

Commit 1b69723

Browse files
committed
bump version
1 parent 9984a00 commit 1b69723

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ ADDITIONAL_TF_OVERRIDE_LOCATIONS=/path/to/module1,path/to/module2 tflocal plan
7777

7878
## Change Log
7979

80+
* v0.24.0: Add support to return `terraform-local` version when calling `tflocal -version` and fix AWS provider detection
8081
* v0.23.1: Fix endpoint overrides for Terraform AWS provider >= 6.0.0-beta2
8182
* v0.23.0: Add support for `terraform_remote_state` with `s3` backend to read the state stored in local S3 backend; fix S3 backend config detection with multiple Terraform blocks
8283
* v0.22.0: Fix S3 backend forcing DynamoDB State Lock to be enabled by default

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = terraform-local
3-
version = 0.23.1
3+
version = 0.24.0
44
url = https://github.com/localstack/terraform-local
55
author = LocalStack Team
66
author_email = info@localstack.cloud

0 commit comments

Comments
 (0)