Bug Fixes
- Bump version
([`bd531f6`](https://github.com/r-near/nearc/commit/bd531f61b4f4c347d67b56ab5a79a898280dcf35))
- Deterministic order for manifest files ([10](https://github.com/r-near/nearc/pull/10),
[`8da2049`](https://github.com/r-near/nearc/commit/8da20493c4104d70966a337e06447b5987e67f04))
* fix: Deterministic order for manifest files
* Don't build docker images for PRs
Chores
- Add linting ([6](https://github.com/r-near/nearc/pull/6),
[`ee662c3`](https://github.com/r-near/nearc/commit/ee662c3d382ee79f6a5a9e63d2e4642e1a243655))
- Bump version
([`92d0897`](https://github.com/r-near/nearc/commit/92d0897a364861c2bdccfcc975b97a699a0d40d0))
Features
- Add ABI support ([3](https://github.com/r-near/nearc/pull/3),
[`7602d36`](https://github.com/r-near/nearc/commit/7602d36af73a280d9b62f1d99d65624409bce6c6))
- Add Automatic NEP-330 Metadata Support ([1](https://github.com/r-near/nearc/pull/1),
[`3741b3e`](https://github.com/r-near/nearc/commit/3741b3e48bd6ccf54d625a6178563014323a79f1))
* feat: Add Automatic NEP-330 Metadata Support
* fix doc
- Add prettier output for compiler
([`cdff4d2`](https://github.com/r-near/nearc/commit/cdff4d2a9badb685100455b4a1795e6edb741912))
- Publish Docker images ([8](https://github.com/r-near/nearc/pull/8),
[`0018794`](https://github.com/r-near/nearc/commit/00187949a2ce6afc8834a43219e113c41c622ae0))
- Reproducible Builds with Docker ([9](https://github.com/r-near/nearc/pull/9),
[`0bcbc73`](https://github.com/r-near/nearc/commit/0bcbc73d8059898cc0bd5da2daeea2500bfeee21))
* feat: Support reproducible builds with Docker
* Update build command
* Better docs
- **metadata**: Improved contract metadata handling ([7](https://github.com/r-near/nearc/pull/7),
[`87d201c`](https://github.com/r-near/nearc/commit/87d201c76ad3fb985fb0715f57f3f4c5fdf1bd59))
* feat(metadata): Improved contract metadata handling
* chore: Bump version
Refactoring
- Clean up compiler code
([`8b05a78`](https://github.com/r-near/nearc/commit/8b05a786f24bee18b33e61f42f00154ea9649eb2))
- Modular Architecture ([2](https://github.com/r-near/nearc/pull/2),
[`79bb892`](https://github.com/r-near/nearc/commit/79bb8926454f766632da6fdca30278603cade5fb))
* refactor: Break up into modules
* Update version