# 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## v0.1.0 (2022-03-02)
### New Features
- Initial release
### Bug Fixes
- <csr-id-ae353aa4753ffeccc2984db7420a3a2b13ff6201/> now working properly by changing BoxBody -> EitherBody
### Commit Statistics
<csr-read-only-do-not-edit/>
- 7 commits contributed to the release.
- 5 commits where understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' where seen in commit messages
### Commit Details
<csr-read-only-do-not-edit/>
<details><summary>view details</summary>
* **Uncategorized**
- now working properly by changing BoxBody -> EitherBody ([`ae353aa`](https://github.comgit//saskenuba/actix-prerender/commit/ae353aa4753ffeccc2984db7420a3a2b13ff6201))
- cleanup, feat: refactored into multiple modules, export builders ([`7cee715`](https://github.comgit//saskenuba/actix-prerender/commit/7cee715fba5979c8020c855a7c5807e56b2d1426))
- more work, improved inner ergonomics, added error types ([`5688e91`](https://github.comgit//saskenuba/actix-prerender/commit/5688e910133f52e2a5133ee944bf047707a53021))
- rustfmt file ([`e1ce74e`](https://github.comgit//saskenuba/actix-prerender/commit/e1ce74e632eff7e472e84aa74925b461a68da472))
- added basic skeleton of Service and Transform to ... ([`d8a1dd7`](https://github.comgit//saskenuba/actix-prerender/commit/d8a1dd73c427f0ba016436b9a598e8560190ad7b))
- Create ci.yml ([`b4906cd`](https://github.comgit//saskenuba/actix-prerender/commit/b4906cd70290d65fa2a585c15eb249a6139ac6e7))
- first commit ([`e885d20`](https://github.comgit//saskenuba/actix-prerender/commit/e885d20622751c17db4ef08c56a858fd5501857e))
</details>