Skip to content

Commit 900a7cd

Browse files
committed
Release v0.7.0
1 parent d18b962 commit 900a7cd

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# 0.7.0 (2026-03-07)
2+
3+
## Prelude
4+
5+
This release adds interactive first-run configuration, standalone executables for all major platforms, and improved developer experience with Sigstore-signed releases.
6+
7+
## New Features
8+
9+
### Interactive Setup
10+
* **First-run configuration** - New `phabfive user setup` command guides users through initial configuration with interactive prompts
11+
* **Secure token input** - API token input is masked with dots for security
12+
* **Smart reconfiguration** - Warns before overwriting existing working configuration
13+
14+
### Release Artifacts
15+
* **Standalone executables** - Pre-built binaries for Linux, macOS, and Windows (AMD64 and ARM64)
16+
* **Sigstore signing** - All executables are cryptographically signed for verification
17+
* **RC tag support** - Release candidates skip PyPI for testing the release process
18+
19+
## Bug Fixes
20+
21+
* Fix Rich markup escaping for square brackets in user content
22+
* Fix project lookup failing when more than 100 projects exist
23+
24+
## Other Notes
25+
26+
* Version now sourced solely from `pyproject.toml` using `importlib.metadata`
27+
* Added `AGENTS.md` for AI coding agent guidance
28+
* Removed unused `__author__`, `__email__`, `__url__` module attributes
29+
30+
131
# 0.6.0 (2026-03-07)
232

333
## Prelude

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "phabfive"
7-
version = "0.7.0-dev.0"
7+
version = "0.7.0"
88
description = "CLI for Phabricator and Phorge - built for humans and AI agents"
99
readme = "README.md"
1010
license = {text = "Apache License 2.0"}

0 commit comments

Comments
 (0)