---
title: Release Notes
meta:
  - name: description
    content: Stay up to date with the latest Vuetify0 releases and changelog. View detailed release notes, breaking changes, new features, and bug fixes by version.
  - name: keywords
    content: vuetify v0, release notes, changelog, updates, versions
features:
  level: 1
related:
  - /roadmap
  - /introduction/contributing
---

<script setup lang="ts">
  import DocsReleases from '@/components/docs/DocsReleases.vue'
</script>

# Release Notes

Stay up to date with the latest releases and changes in Vuetify v0. Select a version below to view its release notes.

> [!TIP]
> Prefer the terminal? Read any release without leaving your shell with the Vuetify CLI: `npx @vuetify/cli release-notes v0`. Add `-v <version>` for a specific release (defaults to the latest).

<DocsReleases />
