Skip to content

Commit facc89f

Browse files
Copilothotlong
andcommitted
docs: update CHANGELOG and ROADMAP for v2.0.2 release
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent b237251 commit facc89f

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Security
2121

22+
## [2.0.2] - 2026-02-10
23+
24+
### Changed
25+
- Exclude generated JSON schema files from git tracking
26+
- Add `packages/spec/json-schema/` to `.gitignore` (1277 generated files, 5MB)
27+
- JSON schema files are still generated during `pnpm build` and included in npm publish
28+
- Fix studio module resolution logic for better compatibility
29+
- Updated all packages to version 2.0.2 with unified versioning
30+
2231
## [2.0.1] - 2026-02-09
2332

2433
### Changed
@@ -231,7 +240,9 @@ Mark breaking changes clearly:
231240

232241
---
233242

234-
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.9.1...HEAD
243+
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v2.0.2...HEAD
244+
[2.0.2]: https://github.com/objectstack-ai/spec/compare/v2.0.1...v2.0.2
245+
[2.0.1]: https://github.com/objectstack-ai/spec/compare/v0.9.1...v2.0.1
235246
[0.9.1]: https://github.com/objectstack-ai/spec/compare/v0.9.0...v0.9.1
236247
[0.9.0]: https://github.com/objectstack-ai/spec/compare/v0.8.2...v0.9.0
237248
[0.8.2]: https://github.com/objectstack-ai/spec/compare/v0.8.1...v0.8.2

ROADMAP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ObjectStack — Next-Phase Optimization & Improvement Roadmap
22

3-
> **Date:** 2026-02-09
4-
> **Current Version:** 2.0.1
3+
> **Date:** 2026-02-10
4+
> **Current Version:** 2.0.2
55
> **Based On:** Full codebase scan of 18 packages (96 Zod schemas, 73 test files, ~26,500 LOC in spec)
66
> **Previous Plan Status:** `packages/spec/DEVELOPMENT_PLAN.md` Phase 1–4 ✅ **Complete**
77

0 commit comments

Comments
 (0)