File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ` ).
1515Fixing 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)
You can’t perform that action at this time.
0 commit comments