diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f61dcd..5b0148ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## \[Unreleased\] -- Nothing yet. +### Fixed + +- Restore `py.typed` marker so type checkers recognize `hcl2` (and `cli`) as typed packages. ([#298](https://github.com/amplify-education/python-hcl2/issues/298)) ## \[8.1.2\] - 2026-04-10 diff --git a/cli/py.typed b/cli/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/hcl2/py.typed b/hcl2/py.typed new file mode 100644 index 00000000..e69de29b