Changelog¶
The authoritative changelog lives on GitHub:
- Releases: https://github.com/doable-me/doable/releases
- Commits: https://github.com/doable-me/doable/commits/main
For self-hosted operators, the release notes call out:
- Breaking changes (env var renames, schema changes, removed features).
- New required env vars.
- Migration steps beyond
pnpm db:migrate. - Security advisories with severity and recommended action.
Subscribe to releases on the GitHub repo (Watch → Custom → Releases) to get an email whenever a new tag ships.
Versioning¶
Doable follows Semantic Versioning loosely:
- Major — breaking schema or API changes; read the release notes carefully.
- Minor — new features, backward compatible.
- Patch — bug fixes, dependency bumps.
Pre-1.0, expect occasional breaking changes in minor releases — they'll be called out in the notes.
Upgrade guide¶
See Upgrading for the per-deployment-mode upgrade procedure.