Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 749 Bytes

CHANGELOG.md

File metadata and controls

16 lines (9 loc) · 749 Bytes

0.2.1 (January 07, 2021)

BUG FIXES:

  • Fixed a bug that could cause a crash when a provider was prematurely stopped. (#49)

0.2.0 (November 20, 2020)

ENHANCEMENTS:

  • tftypes.NewValue can now accept a wider array of standard library types which will be automatically converted to their standard representation (#46] [#47)
  • tfprotov5.RawState now has an Unmarshal method, just like tfprotov5.DynamicValue, yielding a tftypes.Value. (#42)

0.1.0 (November 02, 2020)

Initial release.