Skip to content

Commit

Permalink
chore: release v0.10.5 (#1870)
Browse files Browse the repository at this point in the history
  • Loading branch information
i4ki authored Sep 23, 2024
2 parents ab1c6fa + 03879e9 commit c769560
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ Given a version number `MAJOR.MINOR.PATCH`, we increment the:
- Backward compatibility in versions `0.0.z` is **not guaranteed** when `z` is increased.
- Backward compatibility in versions `0.y.z` is **not guaranteed** when `y` is increased.

## Unreleased
## v0.10.5

### Added
### Fixed

- Enhance "sharing outputs" feature to support `any` input types.
- Fix `outputs-sharing` experiment to use `type = any` for generated Terraform input variables in dependent stacks.
- Fix `outdated-code` safeguard not working for `generate_file` blocks with `context=root` option.

## v0.10.4

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.5-rc1
0.10.5

0 comments on commit c769560

Please sign in to comment.