Skip to content

Commit 9d446df

Browse files
respencer-nclclaude
andcommitted
Update NOTEBOOK.md for 1.2.1 release
- Document release 1.2.1 completion - Update latest release version - Add release URL to session log Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b24c8f8 commit 9d446df

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

NOTEBOOK.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This is the central engineering notebook for the RIDDL project. It tracks curren
88

99
**Last Updated**: February 1, 2026
1010

11-
**Release 1.2.0 Published**: Scala 3.7.4 upgrade complete. All tests pass. Published
12-
to GitHub Packages.
11+
**Release 1.2.1 Published**: Cardinality fix and EBNF validation improvements. All
12+
715 tests pass. Published to GitHub Packages.
1313

1414
**In Progress**: TatSu-based EBNF validation (branch: `feature/tatsu-ebnf-validation`).
1515
Fixing EBNF grammar drift from fastparse implementation.
@@ -165,6 +165,13 @@ The `pseudoCodeBlock` parser now allows comments before and/or after `???`:
165165
- `} with { briefly "..." }` (correct syntax) → Accepted ✅
166166
- No code changes needed - task was already satisfied
167167

168+
**Release 1.2.1** (February 1, 2026):
169+
- Merged `feature/parsing-fixes` to `main`
170+
- Tagged and pushed `1.2.1`
171+
- All 715 tests passed
172+
- Published to GitHub Packages
173+
- Created GitHub release: https://github.com/ossuminc/riddl/releases/tag/1.2.1
174+
168175
**Files Modified**:
169176
- `language/shared/src/main/resources/riddl/grammar/ebnf-grammar.ebnf`
170177
- `language/shared/src/main/scala/com/ossuminc/riddl/language/parsing/TypeParser.scala`
@@ -893,4 +900,4 @@ Tool(
893900
## Git Information
894901

895902
**Branch**: `main`
896-
**Latest release**: 1.2.0 (January 31, 2026)
903+
**Latest release**: 1.2.1 (February 1, 2026)

0 commit comments

Comments
 (0)