# Changelog
## [0.1.2](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-idl-v0.1.1...hyperstack-idl-v0.1.2) (2026-03-14)
### Features
* Bump hyperstack idl version ([857f819](https://github.com/HyperTekOrg/hyperstack/commit/857f819ad97dbb8296e33765094d42a452aaf91f))
## [0.1.1](https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-idl-v0.1.0...hyperstack-idl-v0.1.1) (2026-03-14)
### Features
* **idl:** add compute_discriminator public API ([48de0ae](https://github.com/HyperTekOrg/hyperstack/commit/48de0ae92ac45747208260befa977ac2363225fd))
* **idl:** add connect analysis module for path finding ([75ea359](https://github.com/HyperTekOrg/hyperstack/commit/75ea35917112ce5717125bd43bdc29be147d44be))
* **idl:** add constants field support to IdlSpec ([d9af98f](https://github.com/HyperTekOrg/hyperstack/commit/d9af98fbd101a8821614326ac8b4976d25a4c2d4))
* **idl:** add packed representation support to IdlRepr ([04486af](https://github.com/HyperTekOrg/hyperstack/commit/04486af36571ab761ec4804fefcf3dadd23db7a9))
* **idl:** add PDA graph analysis ([db9db3c](https://github.com/HyperTekOrg/hyperstack/commit/db9db3c793b5d0096bf500c0c16a22a7ca2e6427))
* **idl:** add relations analysis module ([bdc52eb](https://github.com/HyperTekOrg/hyperstack/commit/bdc52ebbb273c6ec52f6752e4eb40e35b98f8848))
* **idl:** add search module with fuzzy matching and structured errors ([541a8a5](https://github.com/HyperTekOrg/hyperstack/commit/541a8a51e91f2e64e2c4d6a1fe02e0f69c243284))
* **idl:** add snake_case/pascal_case utilities ([1eba345](https://github.com/HyperTekOrg/hyperstack/commit/1eba345f699892fd96916efa33b665b6cf39b002))
* **idl:** add type graph analysis + release-please independent versioning ([a64a26d](https://github.com/HyperTekOrg/hyperstack/commit/a64a26df62d6db190dd7a7f0762bf8144aa0e6a2))
* **idl:** create hyperstack-idl crate skeleton ([90712df](https://github.com/HyperTekOrg/hyperstack/commit/90712df6ece12a8bda63941417ff96361eaf59c1))
* **idl:** extract core IDL parsing types into hyperstack-idl ([1b1ea56](https://github.com/HyperTekOrg/hyperstack/commit/1b1ea5616e2d7ea3ea904c026491aa61000dd8b2))
* **idl:** extract snapshot types with backwards-compatible HashMap handling ([fe882e7](https://github.com/HyperTekOrg/hyperstack/commit/fe882e739ac5162d9e281ce385cc7e5de7729f02))
* misc compiler, VM, and IDL improvements ([2d6aea3](https://github.com/HyperTekOrg/hyperstack/commit/2d6aea373e43c84e3a07ecef7d9dab004a0b8c1c))
### Bug Fixes
* **idl:** remove redundant closure in pda_graph (clippy) ([4566a9d](https://github.com/HyperTekOrg/hyperstack/commit/4566a9db588199bf080eb77083052ba7a2bdcaad))