# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [v0.3.1](https://github.com/r8/pdf_elixide/compare/v0.3.0...v0.3.1) (2026-05-20)
### Bug Fixes:
* relax elixir requirements by [@r8](https://github.com/r8)
* tune rustler dependencies by [@r8](https://github.com/r8)
## [v0.3.0](https://github.com/r8/pdf_elixide/compare/v0.2.0...v0.3.0) (2026-05-20)
### Features:
* implement save to file with options by [@r8](https://github.com/r8)
* implement setting form field by [@r8](https://github.com/r8)
* add editor module by [@r8](https://github.com/r8)
## [v0.2.0](https://github.com/r8/pdf_elixide/compare/v0.1.0...v0.2.0) (2026-05-19)
### Features:
* implement form fields extraction by [@r8](https://github.com/r8)
## [v0.1.0](https://github.com/r8/pdf_elixide/compare/v0.1.0...v0.1.0) (2026-05-18)
### Features:
* implement extract_text method by [@r8](https://github.com/r8)
* implement version method by [@r8](https://github.com/r8)
* implement page_count method by [@r8](https://github.com/r8)
* implement PDF loading by [@r8](https://github.com/r8)
### Bug Fixes:
* move git hooks configuration to dev config by [@r8](https://github.com/r8)