release: v0.3.0 (#60)

* release: bump version to v0.3.0, update dashboard GIF

New features in v0.3.0:
- Go module proxy (GOPROXY protocol) with caching
- Go in dashboard UI (sidebar, list, detail pages)
- Compact registry cards (6 in one row)
- Updated icons (Cargo crate, Go text mark)
- .gitleaks.toml restored

* security: update .gitignore and remove stale files

* security: update .gitignore to block dev tooling and process files
This commit is contained in:
2026-03-27 21:30:41 +03:00
committed by GitHub
parent c8dc141b2f
commit 325f51822f
3 changed files with 18 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 88 KiB

23
.gitignore vendored
View File

@@ -9,15 +9,10 @@ internal config
# Backup files
*.bak
# Internal files
SESSION*.md
TODO.md
docs-site/
docs/
*.txt
## Internal files
.internal/
examples/
# Generated by CI
@@ -31,4 +26,20 @@ node_modules/
package.json
package-lock.json
/tmp/
scripts/
# AI tooling — NEVER commit
CLAUDE.md
QWEN.md
MOTHER-CLAUDE*.md
.claude/
.qwen/
.cursor/
.aider*
.copilot/
# Internal process
SESSION*.md
TODO.md
RELEASE_RUNBOOK.md
.internal/
scripts/qa-panel.sh

View File

@@ -6,7 +6,7 @@ members = [
]
[workspace.package]
version = "0.2.35"
version = "0.3.0"
edition = "2021"
license = "MIT"
authors = ["DevITWay <devitway@gmail.com>"]