# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.0](https://github.com/paradigmxyz/revmc/releases/tag/v0.1.0) - 2024-06-27
### Dependencies
- Bump revm
### Documentation
- Add changelogs
### Features
- Add target configuration ([#39](https://github.com/paradigmxyz/revmc/issues/39))
- Improve DX around statically linked bytecodes, add example ([#37](https://github.com/paradigmxyz/revmc/issues/37))
- Implement IR builtins ([#36](https://github.com/paradigmxyz/revmc/issues/36))
### Miscellaneous Tasks
- Replace timing macros with tracy ([#40](https://github.com/paradigmxyz/revmc/issues/40))
- Add release configuration
- Update some comments
- Rebrand to `revmc` ([#33](https://github.com/paradigmxyz/revmc/issues/33))