Skip to content

Commit b81fc87

Browse files
hrodrigcursoragent
andcommitted
Add hybrid pgwd brand mark (pg + live status dot)
Ship docs/logo.svg|png, use in README; note in CHANGELOG Unreleased. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent e2ff458 commit b81fc87

6 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Releas
66

77
## [Unreleased]
88

9+
### Added
10+
11+
- **Brand mark:** [`docs/logo.svg`](docs/logo.svg) (and `docs/logo.png`) — cyan **`pg`** monogram + green live status dot; README header uses the SVG.
12+
913
## [0.9.0] - 2026-07-13
1014

1115
Pre-1.0 security and operator polish: removes insecure Kubernetes password discovery (`pods/exec`), hardens `/metrics` and CSV export, adds ready-to-use config profiles and optional daemon telemetry, and documents single- and multi-database deployment patterns.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
<a id="top"></a>
44

55
<p align="center">
6-
<strong>🐕</strong> <em>Watch your PostgreSQL connections</em>
6+
<img src="docs/logo.svg" alt="pgwd" width="96" height="96">
7+
</p>
8+
9+
<p align="center">
10+
<em>Watch your PostgreSQL connections</em>
711
</p>
812

913
[![Version](https://img.shields.io/badge/version-0.9.0-blue)](https://github.com/hrodrig/pgwd/releases)

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
**Canonical index:** **[ROADMAP.md](../ROADMAP.md)** at repo root.
66

7+
**Brand:** [`logo.svg`](./logo.svg) / [`logo.png`](./logo.png) — hybrid **`pg`** + live status dot (landing favicon uses the same mark).
8+
79
Release bands from **v0.7.0** to **v1.0.0**. Behavior contract: [SPECIFICATIONS.md](../SPECIFICATIONS.md). Release notes: [CHANGELOG.md](../CHANGELOG.md).
810

911
| Band | Plan | Theme |

docs/logo.png

16.6 KB
Loading

docs/logo.svg

Lines changed: 14 additions & 0 deletions
Loading

docs/plan-1.0.x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
## Milestones (release gate)
4242

4343
- [ ] **100+ tests** total (`go test ./...`)
44-
- [ ] Logo/branding (simple pgwd icon) — optional but targeted for 1.0 announcement
44+
- [x] Logo/branding (simple pgwd icon) — optional but targeted for 1.0 announcement (`docs/logo.svg`)
4545
- [ ] [SPECIFICATIONS.md](../SPECIFICATIONS.md) fully audited against 1.0 code
4646
- [ ] All deprecations removed (grep for `Deprecated`, v1.0 warnings)
4747
- [ ] [plan-0.8.x.md](./plan-0.8.x.md) supply chain shipped (SBOM + cosign)

0 commit comments

Comments
 (0)