modelfile 0.3.0

A parser for Ollama Modelfiles
Documentation
# Changelog

Modelfile is a perfect and immutable format, but this parser is sadly not

## [unreleased]

## [0.3.0]https://github.com/covercash2/modelfile/compare/v0.2.2...v0.3.0 - 2025-01-26

### Fixed

- make tests deterministic
- allow turning Modelfile into a iterator of instructions

### Other

- Merge branch 'main' into co/fix/better_instruction_display

## [0.2.2]https://github.com/covercash2/modelfile/compare/v0.2.1...v0.2.2 - 2024-12-22

### Fixed

- add strum::Display to Instruction

## [0.2.1]https://github.com/covercash2/modelfile/compare/v0.2.0...v0.2.1 - 2024-12-22

### Fixed

- more derives for Instruction

## [0.2.0]https://github.com/covercash2/modelfile/compare/v0.1.1...v0.2.0 - 2024-11-20

### Fixed

- add pub use
- update builder
- update builder and README

### Other

- add changelog to justfile
- Merge pull request [#8]https://github.com/covercash2/modelfile/pull/8 from covercash2/fix/builder
- update changelog
- add docstrings

### 🐛 Bug Fixes

- Update builder and README
- Update builder
- Add pub use

### 📚 Documentation

- Add docstrings

### ⚙️ Miscellaneous Tasks

- Remove test file
- Update changelog

## [0.1.1] - 2024-11-19

### 🚀 Features

- Initial commit

### 🐛 Bug Fixes

- Add changelog
- Fix typos with typos

### 📚 Documentation

- Add README
- Add nom link to README
- Add build badge to README
- Update README

### ⚙️ Miscellaneous Tasks

- Make the snapshot test deterministic
- Cleanup
- Add justfile
- Make lints more strict
- Run clippy in CI
- Add metadata to Cargo.toml
- Exclude test data from package
- Update license to license-file
- Add release-plz workflow
- Update changelog
- Release v0.1.1
- Release v0.1.1

<!-- generated by git-cliff -->