diff --git a/PROGRESS.md b/PROGRESS.md index e9de45d..6bf7860 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -2,7 +2,7 @@ Source of truth for current development state. --- -All phases complete. Tests: all packages pass `go test ./...`; `golangci-lint run ./...` clean. +All phases complete. **v1.0.0 tagged.** All packages pass `go test ./...`; `golangci-lint run ./...` clean. ### 2026-03-11 — Postgres Credentials UI + Policy/Tags UI completion @@ -68,6 +68,12 @@ All phases complete. Tests: all packages pass `go test ./...`; `golangci-lint ru All tests pass (`go test ./...`); `golangci-lint run ./...` reports 0 issues. +### 2026-03-11 — v1.0.0 release + +- `Makefile`: `make docker` now tags image as both `mcias:$(VERSION)` and + `mcias:latest` in a single build invocation +- Tagged `v1.0.0` — first stable release + --- - [x] Phase 0: Repository bootstrap (go.mod, .gitignore, docs) - [x] Phase 1: Foundational packages (model, config, crypto, db)