mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 09:10:32 +00:00
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:
BIN
.github/assets/dashboard.gif
vendored
BIN
.github/assets/dashboard.gif
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 88 KiB |
23
.gitignore
vendored
23
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -6,7 +6,7 @@ members = [
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.2.35"
|
||||
version = "0.3.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
authors = ["DevITWay <devitway@gmail.com>"]
|
||||
|
||||
Reference in New Issue
Block a user