chore: restructure CHANGELOG to dated sections + bump to 0.3.3 #10

Merged
MillasAgent merged 1 commit from chore/changelog-release-cut into main 2026-09-04 15:28:26 +00:00
Owner

Resumen

Restructura del CHANGELOG: drop del [Unreleased], split del trabajo acumulado en 6 secciones fechadas. Sin cambios funcionales. Bump a 0.3.3 para reflejar el cambio de docs.

Diff

  • AGENTS.md: Version: 0.3.20.3.3 (línea 14)
  • workspace/opencode/install.sh: OPENMILLAS_VERSION="0.3.2""0.3.3" (línea 51)
  • workspace/opencode/openmillas: OPENMILLAS_VERSION="0.3.2""0.3.3" (línea 34)
  • CHANGELOG.md: reescrito completo, +84/-36

Cambios principales

  • Adiós [Unreleased]: header del CHANGELOG ahora declara la convención nueva — cada cambio se corta a sección fechada en el commit que lo aplica.
  • 6 nuevas secciones fechadas:
    • [0.2.2] - 2026-08-22 (PR #2, fix/agent-permissions-and-tools)
    • [0.2.3] - 2026-08-23 (PR #4 openmillas + PR #6 internal-artifacts)
    • [0.3.0] - 2026-09-04 (PR #7, journalist)
    • [0.3.1] - 2026-09-04 (PR #8, dispatch + L-036 docs)
    • [0.3.2] - 2026-09-04 (PR #9, curl|bash fix)
    • [0.3.3] - 2026-09-04 (este commit)
  • Regla forward explícita en el header: cada cambio = bump + entry fechada. No más [Unreleased].

Tests

  • deploy.sh --check — verde
  • test_install.sh 27/27
  • test_internal.sh ALL

Out of scope

  • README.md — explícitamente fuera por instrucción del usuario.
  • 0.2.1 sigue con una entrada §Changed mínima ("Continued: python3 launcher + vaultPath injection"); si el usuario quiere flesh out la 0.2.1 con más detalle, se hace en otro PR.

Forward rule

A partir de este PR, cada cambio a main bumps la OPENMILLAS_VERSION + corta una sección fechada. No más acumulación en [Unreleased].

## Resumen Restructura del CHANGELOG: drop del [Unreleased], split del trabajo acumulado en 6 secciones fechadas. Sin cambios funcionales. Bump a 0.3.3 para reflejar el cambio de docs. ### Diff - AGENTS.md: `Version: 0.3.2` → `0.3.3` (línea 14) - workspace/opencode/install.sh: `OPENMILLAS_VERSION="0.3.2"` → `"0.3.3"` (línea 51) - workspace/opencode/openmillas: `OPENMILLAS_VERSION="0.3.2"` → `"0.3.3"` (línea 34) - CHANGELOG.md: reescrito completo, +84/-36 ### Cambios principales - **Adiós [Unreleased]**: header del CHANGELOG ahora declara la convención nueva — cada cambio se corta a sección fechada en el commit que lo aplica. - **6 nuevas secciones fechadas**: - [0.2.2] - 2026-08-22 (PR #2, fix/agent-permissions-and-tools) - [0.2.3] - 2026-08-23 (PR #4 openmillas + PR #6 internal-artifacts) - [0.3.0] - 2026-09-04 (PR #7, journalist) - [0.3.1] - 2026-09-04 (PR #8, dispatch + L-036 docs) - [0.3.2] - 2026-09-04 (PR #9, curl|bash fix) - [0.3.3] - 2026-09-04 (este commit) - **Regla forward explícita en el header**: cada cambio = bump + entry fechada. No más `[Unreleased]`. ### Tests - ✅ `deploy.sh --check` — verde - ✅ `test_install.sh` 27/27 - ✅ `test_internal.sh` ALL ### Out of scope - README.md — explícitamente fuera por instrucción del usuario. - 0.2.1 sigue con una entrada §Changed mínima ("Continued: python3 launcher + vaultPath injection"); si el usuario quiere flesh out la 0.2.1 con más detalle, se hace en otro PR. ### Forward rule A partir de este PR, cada cambio a `main` bumps la OPENMILLAS_VERSION + corta una sección fechada. No más acumulación en [Unreleased].
Drops the [Unreleased] section. Splits the accumulated work (6 PRs
across two days that piled up under [Unreleased] without ever cutting a
release) into dated [X.Y.Z] sections:

  0.2.2 - 2026-08-22  PR #2 (fix/agent-permissions-and-tools)
  0.2.3 - 2026-08-23  PR #4 (openmillas) + PR #6 (internal-artifacts)
  0.3.0 - 2026-09-04  PR #7 (journalist)
  0.3.1 - 2026-09-04  PR #8 (dispatch + L-036 docs)
  0.3.2 - 2026-09-04  PR #9 (curl|bash fix)
  0.3.3 - 2026-09-04  this commit (CHANGELOG restructure)

Conventions added to the CHANGELOG header going forward: every code
change ships as a versioned release; there is no [Unreleased] section;
the metadata version (OPENMILLAS_VERSION in install.sh/openmillas and
the Version line in AGENTS.md) is bumped in the same commit as the
change.

Bumps OPENMILLAS_VERSION to 0.3.3 in install.sh, openmillas, and the
AGENTS.md §1 version line. CHANGELOG §0.3.3 entry created at the top
of the section block.

No functional changes. README and TD list untouched.
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
MillasDev/memory!10
No description provided.