# 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.2](https://github.com/paradigmxyz/solar/releases/tag/v0.1.2)
### Bug Fixes
- Correct features in version string ([#242](https://github.com/paradigmxyz/solar/issues/242))
### Features
- Align input options with solc, implement remapping context ([#238](https://github.com/paradigmxyz/solar/issues/238))
- Allow compiling out tracing-subscriber ([#213](https://github.com/paradigmxyz/solar/issues/213))
- Saner defaults for single threaded targets ([#212](https://github.com/paradigmxyz/solar/issues/212))
### Miscellaneous Tasks
- Release 0.1.2 ([#251](https://github.com/paradigmxyz/solar/issues/251))
## [0.1.2](https://github.com/paradigmxyz/solar/releases/tag/v0.1.2)
### Bug Fixes
- Correct features in version string ([#242](https://github.com/paradigmxyz/solar/issues/242))
### Features
- Align input options with solc, implement remapping context ([#238](https://github.com/paradigmxyz/solar/issues/238))
- Allow compiling out tracing-subscriber ([#213](https://github.com/paradigmxyz/solar/issues/213))
- Saner defaults for single threaded targets ([#212](https://github.com/paradigmxyz/solar/issues/212))
## [0.1.1](https://github.com/paradigmxyz/solar/releases/tag/v0.1.1)
### Bug Fixes
- Add Session::enter_parallel ([#183](https://github.com/paradigmxyz/solar/issues/183))
- Install rayon pool in Session::enter ([#123](https://github.com/paradigmxyz/solar/issues/123))
### Documentation
- Add icons ([#109](https://github.com/paradigmxyz/solar/issues/109))
### Features
- Unify CLI and Session options ([#176](https://github.com/paradigmxyz/solar/issues/176))
- Add more methods to index types ([#156](https://github.com/paradigmxyz/solar/issues/156))
- Print AST statistics with -Zast-stats flag ([#125](https://github.com/paradigmxyz/solar/issues/125))
## [0.1.0](https://github.com/paradigmxyz/solar/releases/tag/v0.1.0)
Initial release.