diff --git a/app.py b/app.py index 0144681..49857e4 100644 --- a/app.py +++ b/app.py @@ -1,6 +1,6 @@ """Flask app that serves the web GUI for browsing sessions.""" -__version__ = "0.2.0.dev0" +__version__ = "0.2.0" import argparse import logging diff --git a/docs/deprecation-policy.md b/docs/deprecation-policy.md index 7286b90..f8a4184 100644 --- a/docs/deprecation-policy.md +++ b/docs/deprecation-policy.md @@ -43,7 +43,7 @@ For fields **only read by the bundled SPA** (no external integrators on a tagged ## Versioning -Release versions follow `MAJOR.MINOR.PATCH` in `app.__version__` and [CHANGELOG](../CHANGELOG.md). [`v0.1.0`](https://github.com/cppalliance/claude-code-chat-browser/releases/tag/v0.1.0) is the first shipped git tag; `main` carries a `.dev0` suffix while developing the next release (currently `0.2.0.dev0`). The CHANGELOG `[Unreleased]` section is the source of truth for changes not yet tagged. +Release versions follow `MAJOR.MINOR.PATCH` in `app.__version__` and [CHANGELOG](../CHANGELOG.md). Shipped tags include [`v0.1.0`](https://github.com/cppalliance/claude-code-chat-browser/releases/tag/v0.1.0) and [`v0.2.0`](https://github.com/cppalliance/claude-code-chat-browser/releases/tag/v0.2.0). Between releases, `main` may carry a `.dev0` suffix in `app.__version__` while developing the next version. The CHANGELOG `[Unreleased]` section is the source of truth for changes not yet tagged. | Bump | Pre-1.0 meaning | |------|-----------------|