# Changelog

Track Dahlia releases, user-facing changes, and upgrade notes.

import { Card, CardGrid } from '@prosefly/astro-components';

Dahlia starts with `0.1.0` as its initial public release.

<CardGrid>
  <Card icon="lucide:tag" title="GitHub Releases" href="https://github.com/prosefly/astro-theme-dahlia/releases" external>
    View published tags, generated release notes, and release assets.
  </Card>
  <Card icon="lucide:package" title="npm Package" href="https://www.npmjs.com/package/@prosefly/astro-theme-dahlia" external>
    Check the published package version and package metadata.
  </Card>
</CardGrid>

## 0.1.0

- Initial release of Dahlia, an installable Astro documentation theme with a
  left-navigation docs shell, splash and text layouts, search, i18n, page
  actions, theme controls, and Dahlia-styled code blocks.
