Skip to content

Commit 47ed254

Browse files
committed
fix: correct all release dates from January to October 2025
CRITICAL DATE FIX: Today is October 16, 2025, not January 16, 2025 Updated all dates in: - spec/v1.1/osf-spec.md (header, version history, example) - spec/v1.1/changelog.md (release date) - RELEASE_NOTES.md (v1.1.0 date) - CHANGELOG.md (v1.1.0 date) All dates now correctly show October 16, 2025
1 parent e4feaaf commit 47ed254

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to
99

1010
## [Unreleased]
1111

12-
## [1.1.0] - 2025-01-16
12+
## [1.1.0] - 2025-10-16
1313

1414
### Added - Parser
1515

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OmniScript Format - Release Notes
22

3-
## v1.1.0 - Enhanced Features & Security (January 16, 2025)
3+
## v1.1.0 - Enhanced Features & Security (October 16, 2025)
44

55
**Status**: ✅ Production Ready
66
**Packages**: omniscript-parser@1.1.0, omniscript-cli@1.1.0,

spec/v1.1/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OmniScript Format v1.1 Changelog
22

3-
**Release Date**: January 16, 2025
3+
**Release Date**: October 16, 2025
44
**Status**: Production Release
55

66
---

spec/v1.1/osf-spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ Themes are implementation-defined. Standard themes:
575575

576576
## 7. Version History
577577

578-
### v1.1 (January 2025)
578+
### v1.1 (October 2025)
579579

580580
**Enhanced Features & Security Release**
581581

@@ -809,7 +809,7 @@ Implementations may add custom properties prefixed with `x-`:
809809
@meta {
810810
title: "OmniScript v1.1 Demo";
811811
author: "OmniScript Team";
812-
date: "2025-01-16";
812+
date: "2025-10-16";
813813
version: "1.1";
814814
theme: modern;
815815
}

0 commit comments

Comments
 (0)