Skip to content

Commit 572058b

Browse files
leifericfclaude
andcommitted
chore(release): bump version to 0.7.0
Marks the structural change to a multi-repo split (Electron app moved to leifericf/noumenon-app, website to leifericf/noumenon-site) with a minor version bump on the CLI. See CHANGES.md for the full release notes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ae03098 commit 572058b

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Unreleased
44

5+
## 0.7.0
6+
7+
### Changed
8+
9+
- **Repo split** — The Electron desktop app moved to [`leifericf/noumenon-app`](https://github.com/leifericf/noumenon-app); the website moved to [`leifericf/noumenon-site`](https://github.com/leifericf/noumenon-site). This repo keeps the daemon, `noum` CLI, and OpenAPI spec. History was preserved on both new repos via `git filter-repo`.
10+
- **OpenAPI spec relocated** — Canonical source moved from `docs/openapi.yaml` to `resources/openapi.yaml` so it ships inside the daemon JAR and can be served via `io/resource`. The website mirrors it daily via a cron-pull workflow.
11+
- **`noum ui` auto-updater** — Now downloads the packaged Electron app from `leifericf/noumenon-app` releases (was `leifericf/noumenon`).
12+
- **`noum ui` dev mode** — Resolves a noumenon-app source checkout in this order: `$NOUMENON_APP_ROOT``$NOUMENON_ROOT/../noumenon-app` sibling → fall back to installed app. The previous `ui/` child directory is no longer valid.
13+
- **Core CI/Release workflows** — Removed the `ui` job and the `build-electron`/`deploy-pages` release jobs. CLI distribution (`update-homebrew`, `update-scoop`) and Docker publish remain in this repo.
14+
515
## 0.6.2
616

717
### Changed

resources/version.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{:version "0.6.2"}
1+
{:version "0.7.0"}

0 commit comments

Comments
 (0)