Skip to content

Commit

Permalink
v1.12.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed May 5, 2023
1 parent cf76743 commit f9c0ddd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 1.12.2 (May 5, 2022)

* `cty`: `IndexStep.Apply` will no longer panic if given a marked collection to traverse through. ([#160](https://github.com/zclconf/go-cty/pull/160)).

# 1.12.1 (November 8, 2022)

* `convert`: Will now produce correct type constraints when the input value is an empty collection and the target element type has optional attributes. In this case the conversion process must remove the optional attribute annotations because those are only for type conversion purposes and have no meaning when used in the type constraint for an empty collection. ([#143](https://github.com/zclconf/go-cty/pull/143))
Expand Down

0 comments on commit f9c0ddd

Please sign in to comment.