e5f3e1714f
Adds a Keep-a-Changelog-style CHANGELOG.md, linked from README and docs/index.md, closing the "no changelog or versioning scheme" issue. Bumps proxy and sso-manager-node to v1.1.3 (both add their own CHANGELOG.md, served in-app at /docs/changelog).
2.4 KiB
2.4 KiB
Changelog
All notable changes to this project are documented here. Format loosely
follows Keep a Changelog; versions
correspond to git tags (vX.Y.Z). Entries here cover theta-env's own
orchestration code; see each submodule's own CHANGELOG.md
(proxy,
sso-manager-node)
for what changed inside the apps it composes.
Unreleased
1.1.3 - 2026-07-16
Added
CHANGELOG.md(this file). Closes #43.
Bumped
1.1.2 - 2026-07-16
Changed
docs/index.md(the published site's home page) never linked toarchitecture.md,quickstart.md, orstandalone.md— added a "More docs" section so they're reachable from the site instead of only by direct URL.
Bumped
1.1.1 - 2026-07-16
Changed
setup.shnow pinsproxyandsso-manager-nodeto their latest release tag (vX.Y.Z) instead of the tip ofmaster. A rebuild now always lands on a tagged, versioned release of each app rather than whatever was most recently merged upstream.
Bumped
1.1.0 - 2026-07-16
First tagged release. Establishes the vX.Y.Z tag convention going forward.
Added
setup.shnow reports which submodules actually moved to a newer commit during an update, instead of updating silently.