Skip to content

Commit 7188839

Browse files
chore(release): bump app.py to 0.2.0 (#145)
1 parent 8476966 commit 7188839

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Flask app that serves the web GUI for browsing sessions."""
22

3-
__version__ = "0.2.0.dev0"
3+
__version__ = "0.2.0"
44

55
import argparse
66
import logging

docs/deprecation-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For fields **only read by the bundled SPA** (no external integrators on a tagged
4343

4444
## Versioning
4545

46-
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.
46+
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.
4747

4848
| Bump | Pre-1.0 meaning |
4949
|------|-----------------|

0 commit comments

Comments
 (0)