graphitepdf 0.2.0

A Rust PDF rendering engine for layout, composition, and rendering pipelines.
Documentation
# Changelog

All notable changes to GraphitePDF are documented here.

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).

---

## [0.1.0-alpha] — 2026-05-28

### Features

- **images/fonts**: Add `graphitepdf-image` and `graphitepdf-font` crates ([`4b473fc`]https://github.com/admirsaheta/graphite-pdf/commit/4b473fc)
- **math/svg**: Add `graphitepdf-math` and `graphitepdf-svg` crates ([`029a364`]https://github.com/admirsaheta/graphite-pdf/commit/029a364)
- **kit**: Add `graphitepdf-kit` crate and `graphitepdf-errors` ([`3c024f9`]https://github.com/admirsaheta/graphite-pdf/commit/3c024f9)

### Miscellaneous

- **docs**: Add READMEs to all workspace crates ([`41abdfb`]https://github.com/admirsaheta/graphite-pdf/commit/41abdfb)

### Crates in this release

| Crate | Version |
| --- | --- |
| `graphitepdf` | `0.1.0-alpha` |
| `graphitepdf-document` | `0.1.0-alpha` |
| `graphitepdf-errors` | `0.1.0-alpha` |
| `graphitepdf-font` | `0.1.0-alpha` |
| `graphitepdf-image` | `0.1.0-alpha` |
| `graphitepdf-kit` | `0.1.0-alpha` |
| `graphitepdf-layout` | `0.1.0-alpha` |
| `graphitepdf-math` | `0.1.0-alpha` |
| `graphitepdf-primitives` | `0.1.0-alpha` |
| `graphitepdf-render` | `0.1.0-alpha` |
| `graphitepdf-renderer` | `0.1.0-alpha` |
| `graphitepdf-style` | `0.1.0-alpha` |
| `graphitepdf-stylesheet` | `0.1.0-alpha` |
| `graphitepdf-svg` | `0.1.0-alpha` |
| `graphitepdf-textkit` | `0.1.0-alpha` |
| `graphitepdf-utils` | `0.1.0-alpha` |

---

*Generated by [git-cliff](https://github.com/orhun/git-cliff)*